Commit 7c6c81a 1 parent 0e0cfd6 commit 7c6c81a Copy full SHA for 7c6c81a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.os }}
16
16
strategy :
17
17
matrix :
18
- go : ['1.23 ']
18
+ go : ['1.24 ']
19
19
os : [ubuntu-latest, macos-latest]
20
20
21
21
steps :
@@ -119,7 +119,7 @@ jobs:
119
119
- name : Set up Go
120
120
uses : actions/setup-go@v5
121
121
with :
122
- go-version : ' 1.23 '
122
+ go-version : ' 1.24 '
123
123
124
124
- name : Build
125
125
run : |
@@ -326,7 +326,7 @@ jobs:
326
326
- name : Set up Go
327
327
uses : actions/setup-go@v5
328
328
with :
329
- go-version : ' 1.23 '
329
+ go-version : ' 1.24 '
330
330
331
331
- name : Build
332
332
run : |
@@ -390,7 +390,7 @@ jobs:
390
390
- name : Set up Go
391
391
uses : actions/setup-go@v5
392
392
with :
393
- go-version : ' 1.23 '
393
+ go-version : ' 1.24 '
394
394
395
395
- name : Build
396
396
run : |
@@ -611,7 +611,7 @@ jobs:
611
611
- name : Set up Go
612
612
uses : actions/setup-go@v5
613
613
with :
614
- go-version : ' 1.23 '
614
+ go-version : ' 1.24 '
615
615
- uses : actions/checkout@v4
616
616
- name : Run golangci-lint
617
617
uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
contents : write
10
10
11
11
env :
12
- GO_VERSION : 1.23.6
12
+ GO_VERSION : 1.24.0
13
13
14
14
jobs :
15
15
prepare-sources-with-deps :
You can’t perform that action at this time.
0 commit comments