chore(deps): upgrade go to v1.23 (#681)
This commit is contained in:
parent
897c720070
commit
1464268851
2 changed files with 39 additions and 35 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.21', '1.22']
|
||||
go: ['1.21', '1.22', '1.23']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue