diff --git a/eirctl.yaml b/eirctl.yaml index fd5349c..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.3/shared/build/go/eirctl.yaml + - https://raw.githubusercontent.com/Ensono/eirctl/bb098df1395de5322b02af6c64fe0fdd36ba8650/shared/build/go/eirctl.yaml contexts: bash: diff --git a/go.mod b/go.mod index 769531c..3d949c5 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.1 require ( cloud.google.com/go/secretmanager v1.16.0