Skip to content

Commit 3c14ab4

Browse files
authored
Merge pull request #4225 from containerd/dependabot/github_actions/actions/setup-go-5.5.0
build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
2 parents 00490cc + d117acc commit 3c14ab4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/job-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- if: ${{ env.GO_VERSION != '' }}
5252
name: "Init: install go"
53-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
53+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5454
with:
5555
go-version: ${{ env.GO_VERSION }}
5656
check-latest: true

.github/workflows/job-lint-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- if: ${{ env.GO_VERSION != '' }}
5555
name: "Init: install go"
56-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
56+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5757
with:
5858
go-version: ${{ env.GO_VERSION }}
5959
check-latest: true

.github/workflows/job-lint-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: src/github.com/containerd/nerdctl
3737

3838
- name: "Init: install go"
39-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
39+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4040
with:
4141
go-version: ${{ inputs.go-version }}
4242
check-latest: true

.github/workflows/job-test-in-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- if: ${{ env.SHOULD_RUN == 'yes' }}
9393
name: "Init: install go"
94-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
94+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9595
with:
9696
go-version: ${{ env.GO_VERSION }}
9797
check-latest: true

.github/workflows/job-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- if: ${{ env.GO_VERSION != '' }}
6363
name: "Init: install go"
64-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
64+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
- name: "Install go"
25-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
25+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626
with:
2727
go-version: "1.24"
2828
check-latest: true

.github/workflows/workflow-tigron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
4545
- if: ${{ env.GO_VERSION != '' }}
4646
name: "Install go"
47-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
47+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
check-latest: true

0 commit comments

Comments
 (0)