We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5355f2 commit 17b7ec0Copy full SHA for 17b7ec0
.github/workflows/go.yml
@@ -32,7 +32,7 @@ jobs:
32
test:
33
strategy:
34
matrix:
35
- go-version: [ 1.23.x ] # 1.11.x, 1.12.x, 1.13.x,
+ go-version: [ 1.24.x ] # 1.11.x, 1.12.x, 1.13.x,
36
#os: [ubuntu-latest, macos-latest, windows-latest]
37
os: [ ubuntu-latest ]
38
fail-fast: false
@@ -75,7 +75,7 @@ jobs:
75
- name: Install Go
76
uses: actions/setup-go@v5
77
with:
78
- go-version: 1.23.x
+ go-version: 1.24.x
79
- name: Checkout code
80
uses: actions/checkout@v4
81
#with:
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
140
0 commit comments