From 1ce14134c3b9a2f83f4872e49fd0860663ab62ec Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Mon, 17 Aug 2026 12:30:41 +0200 Subject: [PATCH] chore(deps): use go-version-file, drop patch pin (go 1.26) --- .github/workflows/ci.yml | 1 - go.mod | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f915e9..6d4150a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ 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.5' build_linux_packages: true VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }} secrets: diff --git a/go.mod b/go.mod index baf071b..a846ebe 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/steadybit/extension-http -go 1.26.5 +go 1.26 require ( github.com/KimMachineGun/automemlimit v0.7.5