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.
go build
actions/setup-go
1 parent 8c04077 commit 0d8188fCopy full SHA for 0d8188f
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Install Go
19
if: success()
20
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
21
with:
22
go-version: ${{ matrix.go-version }}
23
- name: Checkout code
0 commit comments