Skip to content

Commit 20b8f47

Browse files
committed
Support golang 1.20.x
1 parent 825bccc commit 20b8f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test for Golang ${{ matrix.go-version }} on ${{ matrix.platform }}
1111
strategy:
1212
matrix:
13-
go-version: [ 1.18.x, 1.19.x ]
13+
go-version: [ 1.18.x, 1.19.x, 1.20.x ]
1414
platform: [ ubuntu-latest ]
1515
runs-on: ${{ matrix.platform }}
1616
steps:

0 commit comments

Comments
 (0)