Skip to content

Commit be7f2d9

Browse files
committed
ci: gh actions: add go v1.20.x
1 parent 8c578a9 commit be7f2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.19.x, 1.18.x]
14+
go-version: [1.20.x, 1.18.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)