Skip to content

Commit f31558b

Browse files
authored
Merge pull request #1492 from rancher/dependabot/github_actions/actions/setup-go-6.5.0
🌱 Bump actions/setup-go from 6.4.0 to 6.5.0
2 parents 86e39eb + 407362a commit f31558b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/apidiff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
13+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1414
with:
1515
go-version: 1.26.x
1616
- name: Generate API diff

.github/workflows/e2e-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
make image-push
4848
- name: Install Go
49-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
49+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5050
with:
5151
go-version: 1.26.x
5252
- uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
- name: Install Go
17-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
17+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1818
with:
1919
go-version: 1.26.x
2020
- name: Analysis

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Go
22-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
22+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2323
with:
2424
go-version-file: 'go.mod'
2525
check-latest: true

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313
- name: Install Go
14-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
14+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1515
with:
1616
go-version: 1.26.x
1717
- name: Run tests

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313
- name: Install Go
14-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
14+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1515
with:
1616
go-version: 1.26.x
1717
- name: Run make verify

0 commit comments

Comments
 (0)