Skip to content

Commit

Permalink
Update workflow to use Go 1.20 and 1.19 (google#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Feb 2, 2023
1 parent b2fef5d commit 2094f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.x, 1.18.x]
go-version: [1.x, 1.19.x]
platform: [ubuntu-latest]
include:
# include windows, but only with the latest Go version, since there
Expand Down

0 comments on commit 2094f99

Please sign in to comment.