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 c409f74 + 7cc10d4 commit cfcee86Copy full SHA for cfcee86
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Install Go
27
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
0 commit comments