Skip to content

Commit 63b566f

Browse files
authored
Merge pull request #4026 from containerd/dependabot/github_actions/actions/setup-go-5.4.0
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
2 parents 13a3622 + 4ae6381 commit 63b566f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
. ./hack/build-integration-canary.sh
4747
canary::golang::latest
4848
fi
49-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
49+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252
check-latest: true
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
with:
6666
fetch-depth: 1
67-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
67+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6868
with:
6969
go-version: ${{ env.GO_VERSION }}
7070
check-latest: true

.github/workflows/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
path: src/github.com/containerd/nerdctl
2222
fetch-depth: 100
23-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
23+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
cache-dependency-path: src/github.com/containerd/nerdctl

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 40
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
18+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1919
with:
2020
go-version: 1.24.x
2121
- name: "Compile binaries"

.github/workflows/test-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
. ./hack/build-integration-canary.sh
7272
canary::golang::latest
73-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
73+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
7474
with:
7575
go-version: ${{ env.GO_VERSION }}
7676
check-latest: true

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7575
with:
7676
fetch-depth: 1
77-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
77+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
7878
with:
7979
go-version: ${{ env.GO_VERSION }}
8080
check-latest: true
@@ -312,7 +312,7 @@ jobs:
312312
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
313313
with:
314314
fetch-depth: 1
315-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
315+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
316316
with:
317317
go-version: ${{ matrix.go-version }}
318318
check-latest: true
@@ -327,7 +327,7 @@ jobs:
327327
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
328328
with:
329329
fetch-depth: 1
330-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
330+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
331331
with:
332332
go-version: ${{ env.GO_VERSION }}
333333
check-latest: true
@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
364364
with:
365365
fetch-depth: 1
366-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
366+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
367367
with:
368368
go-version: ${{ env.GO_VERSION }}
369369
check-latest: true

0 commit comments

Comments
 (0)