Skip to content

Commit b800c5d

Browse files
dependabot[bot]furykerry
authored andcommitted
Bump actions/setup-go from 5.0.2 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0a12ed9...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1583256 commit b800c5d

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
submodules: true
4747
- name: Setup Go
48-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
48+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151
- name: Cache Go Dependencies
@@ -114,7 +114,7 @@ jobs:
114114
- name: Fetch History
115115
run: git fetch --prune --unshallow
116116
- name: Setup Go
117-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
117+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
118118
with:
119119
go-version: ${{ env.GO_VERSION }}
120120
- name: Cache Go Dependencies

.github/workflows/e2e-1.18.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Setup Go
29-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: Setup Kind Cluster
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
submodules: true
111111
- name: Setup Go
112-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
112+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
113113
with:
114114
go-version: ${{ env.GO_VERSION }}
115115
- name: Setup Kind Cluster
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
submodules: true
203203
- name: Setup Go
204-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
204+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
205205
with:
206206
go-version: ${{ env.GO_VERSION }}
207207
- name: Setup Kind Cluster
@@ -292,7 +292,7 @@ jobs:
292292
with:
293293
submodules: true
294294
- name: Setup Go
295-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
295+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
296296
with:
297297
go-version: ${{ env.GO_VERSION }}
298298
- name: Setup Kind Cluster
@@ -383,7 +383,7 @@ jobs:
383383
with:
384384
submodules: true
385385
- name: Setup Go
386-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
386+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
387387
with:
388388
go-version: ${{ env.GO_VERSION }}
389389
- name: Setup Kind Cluster
@@ -474,7 +474,7 @@ jobs:
474474
with:
475475
submodules: true
476476
- name: Setup Go
477-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
477+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
478478
with:
479479
go-version: ${{ env.GO_VERSION }}
480480
- name: Setup Kind Cluster
@@ -539,7 +539,7 @@ jobs:
539539
with:
540540
submodules: true
541541
- name: Setup Go
542-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
542+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
543543
with:
544544
go-version: ${{ env.GO_VERSION }}
545545
- name: Setup Kind Cluster

.github/workflows/e2e-1.20-EphemeralJob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Setup Go
29-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: Setup Kind Cluster

.github/workflows/e2e-1.24.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
submodules: true
2929
- name: Setup Go
30-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3131
with:
3232
go-version: ${{ env.GO_VERSION }}
3333
- name: Setup Kind Cluster
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
submodules: true
112112
- name: Setup Go
113-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
113+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
114114
with:
115115
go-version: ${{ env.GO_VERSION }}
116116
- name: Setup Kind Cluster
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
submodules: true
191191
- name: Setup Go
192-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
192+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
193193
with:
194194
go-version: ${{ env.GO_VERSION }}
195195
- name: Setup Kind Cluster
@@ -281,7 +281,7 @@ jobs:
281281
with:
282282
submodules: true
283283
- name: Setup Go
284-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
284+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
285285
with:
286286
go-version: ${{ env.GO_VERSION }}
287287
- name: Setup Kind Cluster
@@ -373,7 +373,7 @@ jobs:
373373
with:
374374
submodules: true
375375
- name: Setup Go
376-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
376+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
377377
with:
378378
go-version: ${{ env.GO_VERSION }}
379379
- name: Setup Kind Cluster
@@ -465,7 +465,7 @@ jobs:
465465
with:
466466
submodules: true
467467
- name: Setup Go
468-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
468+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
469469
with:
470470
go-version: ${{ env.GO_VERSION }}
471471
- name: Setup Kind Cluster
@@ -535,7 +535,7 @@ jobs:
535535
with:
536536
submodules: true
537537
- name: Setup Go
538-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
538+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
539539
with:
540540
go-version: ${{ env.GO_VERSION }}
541541
- name: Setup Kind Cluster
@@ -600,7 +600,7 @@ jobs:
600600
with:
601601
submodules: true
602602
- name: Setup Go
603-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
603+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
604604
with:
605605
go-version: ${{ env.GO_VERSION }}
606606
- name: Setup Kind Cluster

.github/workflows/e2e-1.26.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Setup Go
29-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: Setup Kind Cluster
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
submodules: true
111111
- name: Setup Go
112-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
112+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
113113
with:
114114
go-version: ${{ env.GO_VERSION }}
115115
- name: Setup Kind Cluster
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
submodules: true
190190
- name: Setup Go
191-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
191+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
192192
with:
193193
go-version: ${{ env.GO_VERSION }}
194194
- name: Setup Kind Cluster
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
submodules: true
282282
- name: Setup Go
283-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
283+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
284284
with:
285285
go-version: ${{ env.GO_VERSION }}
286286
- name: Setup Kind Cluster
@@ -372,7 +372,7 @@ jobs:
372372
with:
373373
submodules: true
374374
- name: Setup Go
375-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
375+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
376376
with:
377377
go-version: ${{ env.GO_VERSION }}
378378
- name: Setup Kind Cluster
@@ -464,7 +464,7 @@ jobs:
464464
with:
465465
submodules: true
466466
- name: Setup Go
467-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
467+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
468468
with:
469469
go-version: ${{ env.GO_VERSION }}
470470
- name: Setup Kind Cluster
@@ -534,7 +534,7 @@ jobs:
534534
with:
535535
submodules: true
536536
- name: Setup Go
537-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
537+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
538538
with:
539539
go-version: ${{ env.GO_VERSION }}
540540
- name: Setup Kind Cluster
@@ -599,7 +599,7 @@ jobs:
599599
with:
600600
submodules: true
601601
- name: Setup Go
602-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
602+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
603603
with:
604604
go-version: ${{ env.GO_VERSION }}
605605
- name: Setup Kind Cluster

.github/workflows/e2e-1.28.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Setup Go
29-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: Setup Kind Cluster
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
submodules: true
111111
- name: Setup Go
112-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
112+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
113113
with:
114114
go-version: ${{ env.GO_VERSION }}
115115
- name: Setup Kind Cluster
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
submodules: true
190190
- name: Setup Go
191-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
191+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
192192
with:
193193
go-version: ${{ env.GO_VERSION }}
194194
- name: Setup Kind Cluster
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
submodules: true
282282
- name: Setup Go
283-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
283+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
284284
with:
285285
go-version: ${{ env.GO_VERSION }}
286286
- name: Setup Kind Cluster
@@ -372,7 +372,7 @@ jobs:
372372
with:
373373
submodules: true
374374
- name: Setup Go
375-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
375+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
376376
with:
377377
go-version: ${{ env.GO_VERSION }}
378378
- name: Setup Kind Cluster
@@ -464,7 +464,7 @@ jobs:
464464
with:
465465
submodules: true
466466
- name: Setup Go
467-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
467+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
468468
with:
469469
go-version: ${{ env.GO_VERSION }}
470470
- name: Setup Kind Cluster
@@ -534,7 +534,7 @@ jobs:
534534
with:
535535
submodules: true
536536
- name: Setup Go
537-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
537+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
538538
with:
539539
go-version: ${{ env.GO_VERSION }}
540540
- name: Setup Kind Cluster
@@ -599,7 +599,7 @@ jobs:
599599
with:
600600
submodules: true
601601
- name: Setup Go
602-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
602+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
603603
with:
604604
go-version: ${{ env.GO_VERSION }}
605605
- name: Setup Kind Cluster

0 commit comments

Comments
 (0)