Skip to content

Commit e2af5e5

Browse files
⬆️ Update dependency go to v1.25.0
1 parent 098e71b commit e2af5e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.21
22+
go-version: 1.25
2323

2424
- name: Download
2525
run: cd envoy_proxy/app && go mod download

envoy_proxy/app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module app
22

33
go 1.21
44

5-
toolchain go1.23.4
5+
toolchain go1.25.0
66

77
require (
88
github.com/envoyproxy/go-control-plane v0.12.0

0 commit comments

Comments
 (0)