From 7f634f3f8f6c342ed212d0fbaecc1d4c9d90cc2a Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Thu, 9 Jul 2026 20:34:02 +0200 Subject: [PATCH] chore(deps): bump go to 1.26.5 --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e806944..8185db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: extension-ci: uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main # NOSONAR githubactions:S7637 - our own action with: - go_version: '^1.26.4' + go_version: '^1.26.5' build_linux_packages: false VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }} secrets: diff --git a/go.mod b/go.mod index c4e5d10..92554b3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/steadybit/extension-stackstate -go 1.26.4 +go 1.26.5 require ( github.com/KimMachineGun/automemlimit v0.7.5