Skip to content

Commit 4ffa9b9

Browse files
committed
Update workflow to use Go 1.19 and Go 1.18
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent 672fd67 commit 4ffa9b9

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)