From 3cd79af300ecbca057d30b4baae1ccb1980a799c Mon Sep 17 00:00:00 2001 From: dnitsch Date: Thu, 19 Mar 2026 09:16:34 +0000 Subject: [PATCH 1/3] fix: go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 769531c..030de8d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/DevLabFoundry/configmanager/v2 -go 1.25.0 +go 1.25 toolchain go1.25.8 From 018c7aa8ba2ffb9f430ccc06f4cd6fc20a298f99 Mon Sep 17 00:00:00 2001 From: dnitsch Date: Thu, 19 Mar 2026 16:18:52 +0000 Subject: [PATCH 2/3] fix: update go --- eirctl.yaml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eirctl.yaml b/eirctl.yaml index fd5349c..94be457 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.9.13/shared/build/go/eirctl.yaml contexts: bash: diff --git a/go.mod b/go.mod index 030de8d..3d949c5 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/DevLabFoundry/configmanager/v2 -go 1.25 +go 1.26 -toolchain go1.25.8 +toolchain go1.26.1 require ( cloud.google.com/go/secretmanager v1.16.0 From ff2293d4c1cb15ba6a36c526fcd3ac1b90736cd4 Mon Sep 17 00:00:00 2001 From: dnitsch Date: Thu, 19 Mar 2026 16:27:38 +0000 Subject: [PATCH 3/3] fix: new context --- eirctl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eirctl.yaml b/eirctl.yaml index 94be457..a60abc2 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.13/shared/build/go/eirctl.yaml + - https://raw.githubusercontent.com/Ensono/eirctl/bb098df1395de5322b02af6c64fe0fdd36ba8650/shared/build/go/eirctl.yaml contexts: bash: