Skip to content

Commit 8f7763c

Browse files
Update dependency go to v1.25.4
1 parent 3621a9f commit 8f7763c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install Go
4949
uses: actions/setup-go@v6
5050
with:
51-
go-version: "1.25.3"
51+
go-version: "1.25.4"
5252

5353
- name: Cache test dependencies
5454
uses: actions/cache@v4
@@ -125,7 +125,7 @@ jobs:
125125
if: runner.os != 'macOS'
126126
uses: actions/setup-go@v6
127127
with:
128-
go-version: "1.25.3"
128+
go-version: "1.25.4"
129129

130130
- name: Install asdf
131131
run: go install github.com/asdf-vm/asdf/cmd/asdf@master

0 commit comments

Comments
 (0)