Skip to content

Commit dd8ded2

Browse files
authored
Merge pull request #2799 from lima-vm/dependabot/github_actions/actions/setup-go-5.1.0
build(deps): bump actions/setup-go from 5.0.2 to 5.1.0
2 parents 78ffc3a + 2a68536 commit dd8ded2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/release.yml

+2-2
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
40+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4141
with:
4242
go-version: 1.23.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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
67+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
6868
with:
6969
go-version: 1.23.x
7070
- name: Install gcc-x86-64-linux-gnu

.github/workflows/test.yml

+9-9
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
32+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3333
with:
3434
go-version: 1.23.x
3535
- name: Install protoc
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9999
with:
100100
fetch-depth: 1
101-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
101+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
102102
with:
103103
go-version: ${{ matrix.go-version }}
104104
- name: Unit tests
@@ -146,7 +146,7 @@ jobs:
146146
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147147
with:
148148
fetch-depth: 1
149-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
149+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
150150
with:
151151
go-version: 1.23.x
152152
- name: Unit tests
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
# 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"
182182
fetch-depth: 0
183-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
183+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
184184
with:
185185
go-version: 1.23.x
186186
- name: Unit tests
@@ -254,7 +254,7 @@ jobs:
254254
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
255255
with:
256256
fetch-depth: 1
257-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
257+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
258258
with:
259259
go-version: 1.23.x
260260
- name: Make
@@ -314,7 +314,7 @@ jobs:
314314
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
315315
fetch-depth: 0
316316
ref: ${{ github.event.pull_request.head.sha }}
317-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
317+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
318318
with:
319319
go-version: 1.23.x
320320
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
@@ -359,7 +359,7 @@ jobs:
359359
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
360360
with:
361361
fetch-depth: 1
362-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
362+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
363363
with:
364364
go-version: 1.23.x
365365
- name: Make
@@ -422,7 +422,7 @@ jobs:
422422
path: homebrew-core
423423
fetch-depth: 0
424424
filter: tree:0
425-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
425+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
426426
with:
427427
go-version: 1.23.x
428428
- name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
@@ -460,7 +460,7 @@ jobs:
460460
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
461461
with:
462462
fetch-depth: 1
463-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
463+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
464464
with:
465465
go-version: 1.23.x
466466
- name: Make

0 commit comments

Comments
 (0)