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 6d03a20 commit f9fe7c7Copy full SHA for f9fe7c7
.github/workflows/gorelease.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Install Go stable
18
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
19
with:
20
go-version: ${{ env.GO_VERSION }}
21
- name: Checkout code
.github/workflows/release-assets.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Install Go
go-version: stable
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
go-version: ${{ matrix.go-version }}
0 commit comments