Skip to content

Commit

Permalink
ci: Test with Go 1.21
Browse files Browse the repository at this point in the history
With the release of Go 1.21,
CI should run against Go 1.20 and 1.21
as these are the only suported versions now.
  • Loading branch information
abhinav committed Aug 16, 2023
1 parent fcfd368 commit e31e258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19.x", "1.20.x"]
go: ["1.20.x", "1.21.x"]
include:
- go: 1.20.x
- go: 1.21.x
latest: true

steps:
Expand Down

0 comments on commit e31e258

Please sign in to comment.