Skip to content

Commit 17b7ec0

Browse files
committed
update workflow file for go toolchain
1 parent b5355f2 commit 17b7ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333
strategy:
3434
matrix:
35-
go-version: [ 1.23.x ] # 1.11.x, 1.12.x, 1.13.x,
35+
go-version: [ 1.24.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
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install Go
7676
uses: actions/setup-go@v5
7777
with:
78-
go-version: 1.23.x
78+
go-version: 1.24.x
7979
- name: Checkout code
8080
uses: actions/checkout@v4
8181
#with:
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Go
135135
uses: actions/setup-go@v5
136136
with:
137-
go-version: 1.23.x
137+
go-version: 1.24.x
138138
- name: Checkout code
139139
uses: actions/checkout@v4
140140
#with:

0 commit comments

Comments
 (0)