Skip to content

Commit 06521dc

Browse files
committed
Update workflow to use Go 1.20 and 1.19
Signed-off-by: Glenn Lewis <[email protected]>
1 parent b2fef5d commit 06521dc

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
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
strategy:
2323
matrix:
24-
go-version: [1.x, 1.18.x]
24+
go-version: [1.x, 1.19.x]
2525
platform: [ubuntu-latest]
2626
include:
2727
# include windows, but only with the latest Go version, since there

0 commit comments

Comments
 (0)