From 75825d268c03ed236582aba3c99dd1aedd09f4ce Mon Sep 17 00:00:00 2001 From: Jack Blower Date: Mon, 11 May 2026 16:26:59 +0100 Subject: [PATCH] fix: bumps to go 1.26 --- eirctl.yaml | 4 +--- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/eirctl.yaml b/eirctl.yaml index fd5349c..5d75335 100644 --- a/eirctl.yaml +++ b/eirctl.yaml @@ -4,7 +4,7 @@ output: prefixed debug: false import: - - https://raw.githubusercontent.com/Ensono/eirctl/refs/tags/0.9.3/shared/build/go/eirctl.yaml + - https://raw.githubusercontent.com/Ensono/eirctl/refs/tags/0.10.0/shared/build/go/eirctl.yaml contexts: bash: @@ -108,5 +108,3 @@ tasks: env: - VERSION - REVISION - - diff --git a/go.mod b/go.mod index ffe1b30..e3df103 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/DevLabFoundry/configmanager/v2 -go 1.25.0 +go 1.26 -toolchain go1.25.8 +toolchain go1.26.3 require ( cloud.google.com/go/secretmanager v1.20.0