Skip to content

Commit a05d345

Browse files
committed
chore: update Go version to 1.25.7
1 parent 63c0094 commit a05d345

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
@@ -19,7 +19,7 @@ jobs:
1919
extension-ci:
2020
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main # NOSONAR githubactions:S7637 - our own action
2121
with:
22-
go_version: '^1.25.4'
22+
go_version: '^1.25.7'
2323
build_linux_packages: false
2424
VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }}
2525
secrets:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/steadybit/extension-istio
22

3-
go 1.25.3
3+
go 1.25.7
44

55
require (
66
github.com/KimMachineGun/automemlimit v0.7.5

0 commit comments

Comments
 (0)