Skip to content

Commit b4ae640

Browse files
authored
Merge pull request #2057 from lima-vm/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents b453ded + 223b466 commit b4ae640

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 1
31-
- uses: actions/setup-go@v4
31+
- uses: actions/setup-go@v5
3232
with:
3333
go-version: 1.21.x
3434
- name: Make darwin artifacts
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
name: artifacts-darwin
5151
path: _artifacts/
52-
- uses: actions/setup-go@v4
52+
- uses: actions/setup-go@v5
5353
with:
5454
go-version: 1.21.x
5555
- name: Install gcc-aarch64-linux-gnu

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 1
29-
- uses: actions/setup-go@v4
29+
- uses: actions/setup-go@v5
3030
with:
3131
go-version: 1.21.x
3232
- name: Run golangci-lint
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070
with:
7171
fetch-depth: 1
72-
- uses: actions/setup-go@v4
72+
- uses: actions/setup-go@v5
7373
with:
7474
go-version: ${{ matrix.go-version }}
7575
- name: Unit tests
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
fetch-depth: 1
118-
- uses: actions/setup-go@v4
118+
- uses: actions/setup-go@v5
119119
with:
120120
go-version: 1.21.x
121121
- name: Unit tests
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/checkout@v4
145145
with:
146146
fetch-depth: 1
147-
- uses: actions/setup-go@v4
147+
- uses: actions/setup-go@v5
148148
with:
149149
go-version: 1.21.x
150150
- name: Cache ~/Library/Caches/lima/download
@@ -224,7 +224,7 @@ jobs:
224224
- uses: actions/checkout@v4
225225
with:
226226
fetch-depth: 1
227-
- uses: actions/setup-go@v4
227+
- uses: actions/setup-go@v5
228228
with:
229229
go-version: 1.20.x
230230
- uses: actions/cache@v3
@@ -270,7 +270,7 @@ jobs:
270270
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
271271
fetch-depth: 0
272272
ref: ${{ github.event.pull_request.head.sha }}
273-
- uses: actions/setup-go@v4
273+
- uses: actions/setup-go@v5
274274
with:
275275
go-version: 1.20.x
276276
- uses: actions/cache@v3
@@ -315,7 +315,7 @@ jobs:
315315
- uses: actions/checkout@v4
316316
with:
317317
fetch-depth: 1
318-
- uses: actions/setup-go@v4
318+
- uses: actions/setup-go@v5
319319
with:
320320
go-version: 1.21.x
321321
- name: Cache ~/Library/Caches/lima/download
@@ -389,7 +389,7 @@ jobs:
389389
- uses: actions/checkout@v4
390390
with:
391391
fetch-depth: 0
392-
- uses: actions/setup-go@v4
392+
- uses: actions/setup-go@v5
393393
with:
394394
go-version: 1.21.x
395395
- name: Cache ~/Library/Caches/lima/download
@@ -421,7 +421,7 @@ jobs:
421421
- uses: actions/checkout@v4
422422
with:
423423
fetch-depth: 1
424-
- uses: actions/setup-go@v4
424+
- uses: actions/setup-go@v5
425425
with:
426426
go-version: 1.21.x
427427
- name: Cache ~/Library/Caches/lima/download

0 commit comments

Comments
 (0)