Skip to content

Commit f6af981

Browse files
authored
Update go 1.24.6 -> 1.24.9 (#378)
1 parent 0aadca5 commit f6af981

File tree

339 files changed

+356
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+356
-356
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- uses: actions/setup-go@v5
5454
with:
55-
go-version: "1.24.6"
55+
go-version: "1.24.9"
5656
cache: false
5757
- name: Cache Go
5858
id: go-cache

.github/workflows/build-and-test-darwin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: "1.24.6"
38+
go-version: "1.24.9"
3939
cache: false
4040
- name: Cache Go
4141
id: go-cache
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: actions/setup-go@v5
7878
with:
79-
go-version: "1.24.6"
79+
go-version: "1.24.9"
8080
cache: false
8181
- name: Install Tools
8282
if: steps.go-cache.outputs.cache-hit != 'true'

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
6161
- uses: actions/setup-go@v5
6262
with:
63-
go-version: "1.24.6"
63+
go-version: "1.24.9"
6464
cache: false
6565
- name: Cache Go
6666
id: go-mod-cache

.github/workflows/build-and-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.24.6"
30+
go-version: "1.24.9"
3131
cache: false
3232
- name: Cache Go
3333
id: go-cache
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585
- uses: actions/setup-go@v5
8686
with:
87-
go-version: "1.24.6"
87+
go-version: "1.24.9"
8888
cache: false
8989
- name: Cache Go
9090
id: go-cache
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup Go
155155
uses: actions/setup-go@v5
156156
with:
157-
go-version: "1.24.6"
157+
go-version: "1.24.9"
158158
cache: false
159159
- name: Cache Go
160160
id: go-cache
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@v4
179179
- uses: actions/setup-go@v5
180180
with:
181-
go-version: "1.24.6"
181+
go-version: "1.24.9"
182182
cache: false
183183
- name: Cache Go
184184
id: go-cache
@@ -358,7 +358,7 @@ jobs:
358358
- uses: actions/checkout@v4
359359
- uses: actions/setup-go@v5
360360
with:
361-
go-version: "1.24.6"
361+
go-version: "1.24.9"
362362
cache: false
363363
- name: Cache Go
364364
id: go-cache
@@ -397,7 +397,7 @@ jobs:
397397
- uses: actions/checkout@v4
398398
- uses: actions/setup-go@v5
399399
with:
400-
go-version: "1.24.6"
400+
go-version: "1.24.9"
401401
cache: false
402402
- name: Cache Go
403403
id: go-cache
@@ -424,7 +424,7 @@ jobs:
424424
- uses: actions/checkout@v4
425425
- uses: actions/setup-go@v5
426426
with:
427-
go-version: "1.24.6"
427+
go-version: "1.24.9"
428428
cache: false
429429
- name: Cache Go
430430
id: go-cache
@@ -496,7 +496,7 @@ jobs:
496496
- uses: actions/checkout@v4
497497
- uses: actions/setup-go@v5
498498
with:
499-
go-version: "1.24.6"
499+
go-version: "1.24.9"
500500
cache: false
501501
- name: Cache Go
502502
id: go-cache
@@ -546,7 +546,7 @@ jobs:
546546
- uses: actions/checkout@v4
547547
- uses: actions/setup-go@v5
548548
with:
549-
go-version: "1.24.6"
549+
go-version: "1.24.9"
550550
cache: false
551551
- name: Mkdir bin and dist
552552
run: |

.github/workflows/changelog-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go 1.x
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: "1.24.6"
26+
go-version: "1.24.9"
2727
cache: false
2828
- name: make update changelog
2929
run: make chlog-update-aws

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
- uses: actions/setup-go@v5
3939
with:
40-
go-version: "1.24.6"
40+
go-version: "1.24.9"
4141
cache: false
4242
- name: Cache Go
4343
id: go-cache

.github/workflows/check-codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3434
with:
35-
go-version: "1.24.6"
35+
go-version: "1.24.9"
3636
cache: false
3737

3838
- name: Cache Go Tools

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: "1.24.6"
27+
go-version: "1.24.9"
2828
cache: false
2929

3030
# Initializes the CodeQL tools for scanning.

.github/workflows/e2e-tests-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4646
with:
47-
go-version: "1.24.6"
47+
go-version: "1.24.9"
4848
cache: false
4949
- name: Cache Go
5050
id: go-mod-cache
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8181
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8282
with:
83-
go-version: "1.24.6"
83+
go-version: "1.24.9"
8484
cache: false
8585
- name: Cache Go
8686
id: go-mod-cache
@@ -118,7 +118,7 @@ jobs:
118118
- name: Setup Go
119119
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
120120
with:
121-
go-version: "1.24.6"
121+
go-version: "1.24.9"
122122
cache: false
123123
- name: Cache Go
124124
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.24.6"
29+
go-version: "1.24.9"
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-go@v5
5959
with:
60-
go-version: "1.24.6"
60+
go-version: "1.24.9"
6161
cache: false
6262
- name: Cache Go
6363
id: go-cache
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090
- uses: actions/setup-go@v5
9191
with:
92-
go-version: "1.24.6"
92+
go-version: "1.24.9"
9393
cache: false
9494
- name: Cache Go
9595
id: go-cache
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@v4
138138
- uses: actions/setup-go@v5
139139
with:
140-
go-version: "1.24.6"
140+
go-version: "1.24.9"
141141
cache: false
142142
- name: Cache Go
143143
id: go-cache

0 commit comments

Comments
 (0)