Skip to content

Commit

Permalink
Use Go 1.21 for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Nov 24, 2023
1 parent a7fca81 commit b90151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go-version:
- "1.20"
- "1.21"
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b90151c

Please sign in to comment.