Skip to content

Commit 6ff06a3

Browse files
🌱 Bump actions/setup-go from 3.3.1 to 3.5.0 (#2575)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@c4a742c...6edd440) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72d4e98 commit 6ff06a3

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292
- name: Setup Go
93-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
93+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
9494
with:
9595
go-version: ${{ env.GO_VERSION }}
9696
check-latest: true
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
fetch-depth: 0
140140
- name: Setup Go
141-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
141+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
142142
with:
143143
go-version: ${{ env.GO_VERSION }}
144144
check-latest: true
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
189-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
189+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
190190
with:
191191
go-version: ${{ env.GO_VERSION }}
192192
check-latest: true
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
fetch-depth: 0
236236
- name: Setup Go
237-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
237+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
238238
with:
239239
go-version: ${{ env.GO_VERSION }}
240240
check-latest: true
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
fetch-depth: 0
284284
- name: Setup Go
285-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
285+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
286286
with:
287287
go-version: ${{ env.GO_VERSION }}
288288
check-latest: true
@@ -330,7 +330,7 @@ jobs:
330330
with:
331331
fetch-depth: 0
332332
- name: Setup Go
333-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
333+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
334334
with:
335335
go-version: ${{ env.GO_VERSION }}
336336
check-latest: true
@@ -378,7 +378,7 @@ jobs:
378378
with:
379379
fetch-depth: 0
380380
- name: Setup Go
381-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
381+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
382382
with:
383383
go-version: ${{ env.GO_VERSION }}
384384
check-latest: true

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Set up Go
43-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
43+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
4444
with:
4545
go-version: 1.19
4646
check-latest: true

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949

5050
- name: setup-go
51-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
51+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
5252
with:
5353
go-version: '1.19'
5454
check-latest: true

.github/workflows/main.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Go
61-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
61+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
6262
with:
6363
go-version: ${{ env.GO_VERSION }}
6464
check-latest: true
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
fetch-depth: 0
105105
- name: Setup Go
106-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
106+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109
check-latest: true
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
fetch-depth: 0
153153
- name: Setup Go
154-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
154+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
155155
with:
156156
go-version: ${{ env.GO_VERSION }}
157157
check-latest: true
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
189-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
189+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
190190
with:
191191
go-version: ${{ env.GO_VERSION }}
192192
check-latest: true
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
fetch-depth: 0
236236
- name: Setup Go
237-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
237+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
238238
with:
239239
go-version: ${{ env.GO_VERSION }}
240240
check-latest: true
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
fetch-depth: 0
284284
- name: Setup Go
285-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
285+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
286286
with:
287287
go-version: ${{ env.GO_VERSION }}
288288
check-latest: true
@@ -330,7 +330,7 @@ jobs:
330330
with:
331331
fetch-depth: 0
332332
- name: Setup Go
333-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
333+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
334334
with:
335335
go-version: ${{ env.GO_VERSION }}
336336
check-latest: true
@@ -378,7 +378,7 @@ jobs:
378378
with:
379379
fetch-depth: 0
380380
- name: Setup Go
381-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
381+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
382382
with:
383383
go-version: ${{ env.GO_VERSION }}
384384
check-latest: true
@@ -426,7 +426,7 @@ jobs:
426426
with:
427427
fetch-depth: 0
428428
- name: Setup Go
429-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
429+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
430430
with:
431431
go-version: ${{ env.GO_VERSION }}
432432
check-latest: true
@@ -474,7 +474,7 @@ jobs:
474474
with:
475475
fetch-depth: 0
476476
- name: Setup Go
477-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
477+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
478478
with:
479479
go-version: ${{ env.GO_VERSION }}
480480
check-latest: true
@@ -522,7 +522,7 @@ jobs:
522522
with:
523523
fetch-depth: 0
524524
- name: Setup Go
525-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
525+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
526526
with:
527527
go-version: ${{ env.GO_VERSION }}
528528
check-latest: true
@@ -570,7 +570,7 @@ jobs:
570570
with:
571571
fetch-depth: 0
572572
- name: Setup Go
573-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
573+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
574574
with:
575575
go-version: ${{ env.GO_VERSION }}
576576
check-latest: true
@@ -618,7 +618,7 @@ jobs:
618618
with:
619619
fetch-depth: 0
620620
- name: Setup Go
621-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
621+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
622622
with:
623623
go-version: ${{ env.GO_VERSION }}
624624
check-latest: true
@@ -666,7 +666,7 @@ jobs:
666666
with:
667667
fetch-depth: 0
668668
- name: Setup Go
669-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
669+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
670670
with:
671671
go-version: ${{ env.GO_VERSION }}
672672
check-latest: true
@@ -714,7 +714,7 @@ jobs:
714714
with:
715715
fetch-depth: 0
716716
- name: Setup Go
717-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
717+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
718718
with:
719719
go-version: ${{ env.GO_VERSION }}
720720
check-latest: true
@@ -749,7 +749,7 @@ jobs:
749749
with:
750750
fetch-depth: 0
751751
- name: Setup Go
752-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
752+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
753753
with:
754754
go-version: ${{ env.GO_VERSION }}
755755
check-latest: true
@@ -786,7 +786,7 @@ jobs:
786786
with:
787787
fetch-depth: 0
788788
- name: Setup Go
789-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
789+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
790790
with:
791791
go-version: ${{ env.GO_VERSION }}
792792
check-latest: true
@@ -833,7 +833,7 @@ jobs:
833833
with:
834834
fetch-depth: 0
835835
- name: Setup Go
836-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
836+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
837837
with:
838838
go-version: ${{ env.GO_VERSION }}
839839
check-latest: true
@@ -868,7 +868,7 @@ jobs:
868868
with:
869869
fetch-depth: 0
870870
- name: Setup Go
871-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
871+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
872872
with:
873873
go-version: ${{ env.GO_VERSION }}
874874
check-latest: true
@@ -894,7 +894,7 @@ jobs:
894894
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
895895

896896
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v2.3.4
897-
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2.2.0
897+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
898898
with:
899899
go-version: ${{ env.GO_VERSION }}
900900
check-latest: true

.github/workflows/publishimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646
- name: Setup Go
47-
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
47+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
check-latest: true

0 commit comments

Comments
 (0)