Skip to content

Commit 7f3875c

Browse files
authored
Merge pull request #4812 from containerd/dependabot/github_actions/actions/setup-go-6.4.0
build(deps): bump actions/setup-go from 6.3.0 to 6.4.0
2 parents 31bb978 + b1f7d47 commit 7f3875c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/job-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- if: ${{ env.GO_VERSION != '' }}
5454
name: "Init: install go"
55-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
55+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5656
with:
5757
go-version: ${{ env.GO_VERSION }}
5858
check-latest: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- if: ${{ env.GO_VERSION != '' }}
5757
name: "Init: install go"
58-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
58+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161
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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
39+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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
@@ -96,7 +96,7 @@ jobs:
9696
9797
- if: ${{ env.SHOULD_RUN == 'yes' }}
9898
name: "Init: install go"
99-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
99+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
100100
with:
101101
go-version: ${{ env.GO_VERSION }}
102102
check-latest: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- if: ${{ env.GO_VERSION != '' }}
6565
name: "Init: install go"
66-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
66+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6767
with:
6868
go-version: ${{ env.GO_VERSION }}
6969
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Set up QEMU"
2929
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
3030
- name: "Install go"
31-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
31+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3232
with:
3333
go-version: "1.25"
3434
check-latest: true

.github/workflows/workflow-tigron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::warning title=No canary go::There is currently no canary go version to test. Steps will not run."
4747
- if: ${{ env.GO_VERSION != '' }}
4848
name: "Install go"
49-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
49+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252
check-latest: true

0 commit comments

Comments
 (0)