Skip to content

Commit 940af2e

Browse files
fix(deps): update dependency go to v1.25.4
1 parent df72c15 commit 940af2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: ⚙️ Setup Go
2525
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626
with:
27-
go-version: "1.25.1"
27+
go-version: "1.25.4"
2828
# Disable module cache restoration in release workflows to avoid
2929
# cache-poisoning risk for runtime artifacts (see https://docs.zizmor.sh/audits/#cache-poisoning)
3030
cache: false

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3333
with:
34-
go-version: "1.25.1"
34+
go-version: "1.25.4"
3535
cache: true
3636

3737
- name: Set up Docker

0 commit comments

Comments
 (0)