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 59b95b8 commit 969fe6bCopy full SHA for 969fe6b
.github/workflows/goreleaser.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22
with:
23
- go-version: 1.17
+ go-version: 1.17.13
24
- name: Set version tag
25
run: |
26
# go install github.com/miniscruff/changie@latest
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
44
- name: Setup Golang caches
45
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
46
47
path: |
48
${HOME}/.cache/go-build
0 commit comments