Skip to content

Commit f9762eb

Browse files
authored
Update workflow to use Go 1.18 and Go 1.17 (google#2322)
1 parent e5684e7 commit f9762eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.x, 1.16.x]
17+
go-version: [1.x, 1.17.x]
1818
platform: [ubuntu-latest]
1919
include:
2020
# include windows, but only with the latest Go version, since there

0 commit comments

Comments
 (0)