Skip to content

Commit

Permalink
test: update matrix for Go 1.20 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Feb 1, 2023
1 parent 5445f8b commit 6bd25c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'
- 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.18', '1.19' ]
version: [ '1.19', '1.20' ]
name: Go ${{ matrix.version }}
steps:
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 6bd25c8

Please sign in to comment.