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 b64346b commit 85a610bCopy full SHA for 85a610b
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Install Go
27
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
28
with:
29
go-version: ${{ matrix.go-version }}
30
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
- name: Git Fetch
run: git fetch --force --tags
- name: Setup go
go-version: stable
31
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
0 commit comments