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