Skip to content

Commit 5d8d29a

Browse files
authored
Merge pull request #102 from lima-vm/dependabot/github_actions/actions/setup-go-6
Build(deps): Bump actions/setup-go from 5 to 6
2 parents 3cc3f58 + 16e2c35 commit 5d8d29a

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@v5
1717
with:
1818
fetch-depth: 1
19-
- uses: actions/setup-go@v5
19+
- uses: actions/setup-go@v6
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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
path: go/src/github.com/lima-vm/sshocker
19-
- uses: actions/setup-go@v5
19+
- uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
- name: "Compile binaries"

0 commit comments

Comments
 (0)