We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c0094 commit a05d345Copy full SHA for a05d345
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
extension-ci:
20
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main # NOSONAR githubactions:S7637 - our own action
21
with:
22
- go_version: '^1.25.4'
+ go_version: '^1.25.7'
23
build_linux_packages: false
24
VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }}
25
secrets:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/steadybit/extension-istio
2
3
-go 1.25.3
+go 1.25.7
4
5
require (
6
github.com/KimMachineGun/automemlimit v0.7.5
0 commit comments