Skip to content

Commit 43a03b5

Browse files
chore(deps): update dependency go to v1.25.3
Generated by renovateBot
1 parent f486fed commit 43a03b5

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.3
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.3
6565

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

0 commit comments

Comments
 (0)