Skip to content

Commit db670cd

Browse files
committed
remove old golang versions in action script file, go1.21+ required for v1
1 parent 182c505 commit db670cd

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.18.x, 1.21.x ] # 1.11.x, 1.12.x, 1.13.x,
35+
go-version: [ 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)