Skip to content

Commit 53db17c

Browse files
committed
Update our Go versions to Go 1.19 and 1.20
1 parent 8168923 commit 53db17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go-version: [1.17.x, 1.18.x]
8+
go-version: [1.19.x, 1.20.x]
99
os: [ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)