Skip to content

Commit 8389cd1

Browse files
authored
Merge pull request #11 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 8b0a4d9 + 1bee938 commit 8389cd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: ./bin
7272
key: ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
7373

74-
- uses: actions/setup-go@v2
74+
- uses: actions/setup-go@v3
7575
with:
7676
go-version: ${{ env.GO_VERSION }}
7777
if: steps.cache-bin.outputs.cache-hit != 'true'
@@ -190,7 +190,7 @@ jobs:
190190
path: ./bin
191191
key: ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
192192

193-
- uses: actions/setup-go@v2
193+
- uses: actions/setup-go@v3
194194
with:
195195
go-version: ${{ env.GO_VERSION }}
196196
if: steps.cache-bin.outputs.cache-hit != 'true'
@@ -323,7 +323,7 @@ jobs:
323323
path: ./bin
324324
key: ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
325325

326-
- uses: actions/setup-go@v2
326+
- uses: actions/setup-go@v3
327327
with:
328328
go-version: ${{ env.GO_VERSION }}
329329
if: steps.cache-bin.outputs.cache-hit != 'true'
@@ -485,7 +485,7 @@ jobs:
485485
path: ./bin
486486
key: ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
487487

488-
- uses: actions/setup-go@v2
488+
- uses: actions/setup-go@v3
489489
with:
490490
go-version: ${{ env.GO_VERSION }}
491491
if: steps.cache-bin.outputs.cache-hit != 'true'

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- uses: actions/setup-go@v2
18+
- uses: actions/setup-go@v3
1919
with:
2020
go-version: 1.18
2121

0 commit comments

Comments
 (0)