Skip to content

Commit 3cb9c66

Browse files
authored
Update workflow to use Go 1.19 and Go 1.18 (#2525)
1 parent 4d7bb51 commit 3cb9c66

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
@@ -20,7 +20,7 @@ jobs:
2020
contents: read # for actions/checkout to fetch code
2121
strategy:
2222
matrix:
23-
go-version: [1.x, 1.17.x]
23+
go-version: [1.x, 1.18.x]
2424
platform: [ubuntu-latest]
2525
include:
2626
# include windows, but only with the latest Go version, since there

0 commit comments

Comments
 (0)