Skip to content

Commit

Permalink
Update workflow to use Go 1.19 and Go 1.18 (google#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored and Harikesh00 committed Oct 25, 2022
1 parent 2a3d83e commit 8b03a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read # for actions/checkout to fetch code
strategy:
matrix:
go-version: [1.x, 1.17.x]
go-version: [1.x, 1.18.x]
platform: [ubuntu-latest]
include:
# include windows, but only with the latest Go version, since there
Expand Down

0 comments on commit 8b03a1a

Please sign in to comment.