Skip to content

Commit bd4fd9f

Browse files
authored
Merge pull request #83 from lima-vm/dependabot/github_actions/actions/setup-go-5
Build(deps): Bump actions/setup-go from 4 to 5
2 parents 904406d + 3c53f34 commit bd4fd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
19-
- uses: actions/setup-go@v4
19+
- uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
- run: make

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
path: go/src/github.com/lima-vm/sshocker
21-
- uses: actions/setup-go@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
- name: "Compile binaries"

0 commit comments

Comments
 (0)