We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 904406d + 3c53f34 commit bd4fd9fCopy full SHA for bd4fd9f
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 1
19
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
20
21
go-version: ${{ matrix.go-version }}
22
- run: make
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
path: go/src/github.com/lima-vm/sshocker
23
24
- name: "Compile binaries"
0 commit comments