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 5ab0d87 commit a4897deCopy full SHA for a4897de
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
persist-credentials: false
42
43
- name: Set up Go
44
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.3.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 # zizmor: ignore[cache-poisoning] -- cache is branch-isolated; fork PRs cannot write to this cache
45
with:
46
go-version-file: go.mod
47
0 commit comments