Skip to content

Commit 1624d95

Browse files
authored
Merge pull request #1909 from rancher/dependabot/github_actions/actions/setup-go-6.1.0
chore(deps): Bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 0a8427b + a86f64d commit 1624d95

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-go@v6.0.0
18+
- uses: actions/setup-go@v6.1.0
1919
with:
2020
go-version-file: go.mod
2121
check-latest: true

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v5
2727
- name: setupGo
28-
uses: actions/setup-go@v6.0.0
28+
uses: actions/setup-go@v6.1.0
2929
with:
3030
go-version-file: go.mod
3131
- name: Initialize CodeQL

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check out code into the Go module directory
2222
uses: actions/checkout@v5
23-
- uses: actions/setup-go@v6.0.0
23+
- uses: actions/setup-go@v6.1.0
2424
with:
2525
go-version-file: go.mod
2626
check-latest: true

.github/workflows/e2e-image-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: setupGo
20-
uses: actions/setup-go@v6.0.0
20+
uses: actions/setup-go@v6.1.0
2121
with:
2222
go-version-file: go.mod
2323
- name: Docker login

.github/workflows/e2e-short.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: setupGo
27-
uses: actions/setup-go@v6.0.0
27+
uses: actions/setup-go@v6.1.0
2828
with:
2929
go-version-file: go.mod
3030
- name: Display kind version

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- ""
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-go@v6.0.0
24+
- uses: actions/setup-go@v6.1.0
2525
with:
2626
go-version-file: go.mod
2727
- name: golangci-lint

.github/workflows/nightly-test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git tag ${{ env.RELEASE_TAG }}
3030
- name: setupGo
31-
uses: actions/setup-go@v6.0.0
31+
uses: actions/setup-go@v6.1.0
3232
with:
3333
go-version-file: go.mod
3434
- name: Test release

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: setupGo
64-
uses: actions/setup-go@v6.0.0
64+
uses: actions/setup-go@v6.1.0
6565
with:
6666
go-version-file: go.mod
6767
- name: Configure Git

.github/workflows/run-e2e-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
fetch-depth: 0
9494
- name: setupGo
95-
uses: actions/setup-go@v6.0.0
95+
uses: actions/setup-go@v6.1.0
9696
with:
9797
go-version-file: go.mod
9898
- name: Display kind version

.github/workflows/run-vsphere-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- name: setupGo
40-
uses: actions/setup-go@v6.0.0
40+
uses: actions/setup-go@v6.1.0
4141
with:
4242
go-version-file: go.mod
4343
- name: Display kind version

0 commit comments

Comments
 (0)