Skip to content

Commit a9a447e

Browse files
chore(deps): update dependency go to v1.25.4
Generated by renovateBot
1 parent 9490adb commit a9a447e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-egress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: 1.22.1
51+
go-version: 1.25.4
5252

5353
- name: Download Go modules
5454
run: go mod download

.github/workflows/test-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: 1.22.1
64+
go-version: 1.25.4
6565

6666
- name: Download Go modules
6767
run: go mod download

0 commit comments

Comments
 (0)