Skip to content

Commit 83884a7

Browse files
committed
Bump go version
1 parent 7fd26b9 commit 83884a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["*"]
88

99
env:
10-
GO_VERSION: "1.25.5"
10+
GO_VERSION: "1.25.8"
1111

1212
jobs:
1313
test:

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25.8"
1111
CGO_ENABLED: 0
1212
DOCKER_BUILDKIT: 1
1313
GO_BUILD_FLAGS: -trimpath -ldflags="-s -w"

0 commit comments

Comments
 (0)