Skip to content

Commit 7544227

Browse files
committed
Update github action
1 parent 00ab012 commit 7544227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
strategy:
1111
matrix:
12-
go: ['1.20', '1.19', '1.18', '1.17']
12+
go: ['1.21', '1.20', '1.19']
1313
platform: [ubuntu-latest] # can not run in windows OS
1414
runs-on: ubuntu-latest
1515
steps:

0 commit comments

Comments
 (0)