Skip to content

Commit

Permalink
Update workflow to use Go 1.18 and Go 1.17 (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Apr 3, 2022
1 parent e5684e7 commit f9762eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.x, 1.16.x]
go-version: [1.x, 1.17.x]
platform: [ubuntu-latest]
include:
# include windows, but only with the latest Go version, since there
Expand Down

0 comments on commit f9762eb

Please sign in to comment.