Skip to content

Commit

Permalink
Update workflow to use Go 1.21 and 1.20 (google#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Sep 18, 2023
1 parent 58177f6 commit 897401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.x, 1.19.x]
go-version: [1.x, 1.20.x]
platform: [ubuntu-latest]
include:
# include windows, but only with the latest Go version, since there
Expand Down

0 comments on commit 897401f

Please sign in to comment.