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.
1 parent d5d97f4 commit f1ebeafCopy full SHA for f1ebeaf
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout code
33
uses: actions/checkout@v5
34
- name: Install Go
35
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
36
with:
37
go-version: ${{ matrix.go-version }}
38
check-latest: true
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
-
20
name: Setup Go
21
22
23
go-version-file: go.mod
24
- run: go version
0 commit comments