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 df72c15 commit 940af2eCopy full SHA for 940af2e
.github/workflows/cd.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: ⚙️ Setup Go
25
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
26
with:
27
- go-version: "1.25.1"
+ go-version: "1.25.4"
28
# Disable module cache restoration in release workflows to avoid
29
# cache-poisoning risk for runtime artifacts (see https://docs.zizmor.sh/audits/#cache-poisoning)
30
cache: false
.github/workflows/copilot-setup-steps.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Go
32
33
34
35
cache: true
36
37
- name: Set up Docker
0 commit comments