Skip to content

Commit d33a05d

Browse files
authored
Merge pull request #3519 from lima-vm/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 7530756 + a186f05 commit d33a05d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
40+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
67+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868
with:
6969
go-version: 1.24.x
7070
- name: Install gcc-x86-64-linux-gnu

.github/workflows/test.yml

Lines changed: 12 additions & 12 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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
32+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
114+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
160+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
187+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
188188
with:
189189
go-version: 1.24.x
190190
- name: Unit tests
@@ -259,7 +259,7 @@ jobs:
259259
with:
260260
# 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"
261261
fetch-depth: 0
262-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
262+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
263263
with:
264264
go-version: 1.24.x
265265
- name: Make
@@ -310,7 +310,7 @@ jobs:
310310
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
311311
fetch-depth: 0
312312
ref: ${{ github.event.pull_request.head.sha }}
313-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
313+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
314314
with:
315315
go-version: 1.24.x
316316
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -355,7 +355,7 @@ jobs:
355355
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
356356
with:
357357
fetch-depth: 0
358-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
358+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
359359
with:
360360
go-version: 1.24.x
361361
- name: Make
@@ -419,7 +419,7 @@ jobs:
419419
path: homebrew-core
420420
fetch-depth: 0
421421
filter: tree:0
422-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
422+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
423423
with:
424424
go-version: 1.24.x
425425
- name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
@@ -455,7 +455,7 @@ jobs:
455455
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
456456
with:
457457
fetch-depth: 0
458-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
458+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
459459
with:
460460
go-version: 1.24.x
461461
- name: Make
@@ -490,7 +490,7 @@ jobs:
490490
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
491491
with:
492492
fetch-depth: 0
493-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
493+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
494494
with:
495495
go-version: 1.24.x
496496
- name: Install gomodjail
@@ -518,7 +518,7 @@ jobs:
518518
with:
519519
# 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"
520520
fetch-depth: 0
521-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
521+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
522522
with:
523523
go-version: 1.24.x
524524
- run: GOOS=netbsd go build ./...
@@ -533,7 +533,7 @@ jobs:
533533
with:
534534
# 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"
535535
fetch-depth: 0
536-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
536+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
537537
with:
538538
go-version: 1.24.x
539539
- name: Make

0 commit comments

Comments
 (0)