Skip to content

Commit bb7c9a6

Browse files
committed
updated golang versions in action script file
1 parent 30da8fe commit bb7c9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333
strategy:
3434
matrix:
35-
go-version: [ 1.17.x, 1.21.x ] # 1.11.x, 1.12.x, 1.13.x,
35+
go-version: [ 1.18.x, 1.21.x ] # 1.11.x, 1.12.x, 1.13.x,
3636
#os: [ubuntu-latest, macos-latest, windows-latest]
3737
os: [ ubuntu-latest ]
3838
fail-fast: false

0 commit comments

Comments
 (0)