Skip to content

Commit 98ff5f4

Browse files
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 786c1f5 commit 98ff5f4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
fetch-depth: 1
40-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
40+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4141
with:
4242
go-version: 1.24.x
4343
- name: Make darwin artifacts
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: artifacts-darwin
6666
path: _artifacts/
67-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
67+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6868
with:
6969
go-version: 1.24.x
7070
- name: Install gcc-x86-64-linux-gnu

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
3131
fetch-depth: 0
32-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
32+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3333
with:
3434
go-version: 1.24.x
3535
- name: Install protoc
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112
with:
113113
fetch-depth: 1
114-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
114+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
115115
with:
116116
go-version: ${{ matrix.go-version }}
117117
- name: Unit tests
@@ -157,7 +157,7 @@ jobs:
157157
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158158
with:
159159
fetch-depth: 1
160-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
160+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161161
with:
162162
go-version: 1.24.x
163163
- name: Unit tests
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
186186
fetch-depth: 0
187-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
187+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
188188
with:
189189
go-version: 1.24.x
190190
- name: Unit tests
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
258258
fetch-depth: 0
259-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
259+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
260260
with:
261261
go-version: 1.24.x
262262
- name: Make
@@ -307,7 +307,7 @@ jobs:
307307
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
308308
fetch-depth: 0
309309
ref: ${{ github.event.pull_request.head.sha }}
310-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
310+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
311311
with:
312312
go-version: 1.24.x
313313
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
@@ -352,7 +352,7 @@ jobs:
352352
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
353353
with:
354354
fetch-depth: 1
355-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
355+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
356356
with:
357357
go-version: 1.24.x
358358
- name: Make
@@ -415,7 +415,7 @@ jobs:
415415
path: homebrew-core
416416
fetch-depth: 0
417417
filter: tree:0
418-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
418+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
419419
with:
420420
go-version: 1.24.x
421421
- name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
@@ -452,7 +452,7 @@ jobs:
452452
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
453453
with:
454454
fetch-depth: 1
455-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
455+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
456456
with:
457457
go-version: 1.24.x
458458
- name: Make
@@ -489,7 +489,7 @@ jobs:
489489
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
490490
with:
491491
fetch-depth: 1
492-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
492+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
493493
with:
494494
go-version: 1.24.x
495495
- name: Install gomodjail

0 commit comments

Comments
 (0)