drop go 1.18, add 1.21, do not fail fast
This commit is contained in:
parent
257b5e73b1
commit
ad3fc30f2e
3 changed files with 6 additions and 5 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -15,8 +15,9 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.18', '1.19', '1.20']
|
||||
go: ['1.19', '1.20', '1.21']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue