Skip to content

Commit d264fb9

Browse files
chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 (#3076)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3990096 commit d264fb9

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

.github/workflows/__build-workflow.yaml

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

222222
# Setup Golang to use go pkg cache which is utilized in Dockerfile's cache mount.
223223
- name: Setup golang
224-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
224+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5
225225
with:
226226
go-version-file: go.mod
227227

.github/workflows/__release-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: git config --global url."https://${{ secrets.gh-pat }}@github.com".insteadOf "https://github.com"
148148

149149
- name: Setup golang
150-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
150+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5
151151
with:
152152
go-version-file: go.mod
153153

@@ -208,7 +208,7 @@ jobs:
208208
run: git config --global url."https://${{ secrets.gh-pat }}@github.com".insteadOf "https://github.com"
209209

210210
- name: Setup golang
211-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
211+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5
212212
with:
213213
go-version-file: go.mod
214214

@@ -290,7 +290,7 @@ jobs:
290290
- name: Configure Git for private repositories (this is needed by repositories that include this workflow and have other private dependencies)
291291
run: git config --global url."https://${{ secrets.gh-pat }}@github.com".insteadOf "https://github.com"
292292

293-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
293+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5
294294
with:
295295
go-version-file: go.mod
296296

.github/workflows/_kongintegration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424

2525
- name: setup golang
26-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
26+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2727
with:
2828
go-version-file: go.mod
2929

.github/workflows/charts-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7272

7373
- name: Setup go
74-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
74+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
7575
with:
7676
go-version-file: go.mod
7777

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout repository
1717
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
- name: setup golang
19-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
19+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2020
with:
2121
go-version-file: go.mod
2222
- name: cleanup orphaned test clusters

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout repository
5858
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5959
- name: Install Go
60-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
60+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6161
with:
6262
go-version-file: go.mod
6363
- name: Initialize CodeQL

.github/workflows/conformance_tests_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
install: false
4141

4242
- name: Setup Golang
43-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
43+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4444
with:
4545
go-version-file: go.mod
4646

.github/workflows/falco-analyzed-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: setup golang
30-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
30+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3131
with:
3232
go-version-file: go.mod
3333

.github/workflows/tests.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9797

9898
- name: Setup go
99-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
99+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
100100
with:
101101
go-version-file: go.mod
102102

@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
126126

127127
- name: Setup go
128-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
128+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
129129
with:
130130
go-version-file: go.mod
131131

@@ -148,7 +148,7 @@ jobs:
148148
- name: Checkout repository
149149
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
150150
- name: Setup go
151-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
151+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
152152
with:
153153
go-version-file: go.mod
154154
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
170170

171171
- name: Setup go
172-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
172+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
173173
with:
174174
go-version-file: go.mod
175175

@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
226226

227227
- name: Setup go
228-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
228+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
229229
with:
230230
go-version-file: go.mod
231231

@@ -271,7 +271,7 @@ jobs:
271271
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
272272

273273
- name: Setup go
274-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
274+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
275275
with:
276276
go-version-file: go.mod
277277

@@ -321,7 +321,7 @@ jobs:
321321
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
322322

323323
- name: setup golang
324-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
324+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
325325
with:
326326
go-version-file: go.mod
327327

@@ -343,7 +343,7 @@ jobs:
343343
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
344344

345345
- name: setup golang
346-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
346+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
347347
with:
348348
go-version-file: go.mod
349349

@@ -386,7 +386,7 @@ jobs:
386386
egress-policy: audit
387387
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
388388

389-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
389+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
390390
with:
391391
go-version-file: go.mod
392392

@@ -427,7 +427,7 @@ jobs:
427427
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
428428

429429
- name: setup golang
430-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
430+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
431431
with:
432432
go-version-file: go.mod
433433

@@ -494,7 +494,7 @@ jobs:
494494
fetch-depth: 0
495495

496496
- name: setup golang
497-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
497+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
498498
with:
499499
go-version-file: go.mod
500500

@@ -558,7 +558,7 @@ jobs:
558558
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
559559

560560
- name: setup golang
561-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
561+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
562562
with:
563563
go-version-file: go.mod
564564

@@ -616,7 +616,7 @@ jobs:
616616
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
617617

618618
- name: setup golang
619-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
619+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
620620
with:
621621
go-version-file: go.mod
622622

@@ -670,7 +670,7 @@ jobs:
670670
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
671671

672672
- name: setup golang
673-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
673+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
674674
with:
675675
go-version-file: go.mod
676676

@@ -726,7 +726,7 @@ jobs:
726726
fetch-depth: 0
727727

728728
- name: setup golang
729-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
729+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
730730
with:
731731
go-version-file: go.mod
732732

@@ -780,7 +780,7 @@ jobs:
780780
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
781781

782782
- name: setup golang
783-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
783+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
784784
with:
785785
go-version-file: go.mod
786786

0 commit comments

Comments
 (0)