Skip to content

Commit

Permalink
chore: update test matrix for Go 1.21 (#689)
Browse files Browse the repository at this point in the history
Go 1.21 has just been released.
Implicitly, Go 1.19 is now out of support.
  • Loading branch information
blgm committed Aug 8, 2023
1 parent babe25f commit 5069017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,14 +9,14 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions/checkout@v3
- run: go mod tidy && git diff --exit-code go.mod go.sum
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.19', '1.20' ]
version: [ '1.20', '1.21' ]
name: Go ${{ matrix.version }}
steps:
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 5069017

Please sign in to comment.