We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f15f8 commit 75825d2Copy full SHA for 75825d2
2 files changed
eirctl.yaml
@@ -4,7 +4,7 @@ output: prefixed
4
debug: false
5
6
import:
7
- - 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
8
9
contexts:
10
bash:
@@ -108,5 +108,3 @@ tasks:
108
env:
109
- VERSION
110
- REVISION
111
-
112
go.mod
@@ -1,8 +1,8 @@
1
module github.com/DevLabFoundry/configmanager/v2
2
3
-go 1.25.0
+go 1.26
-toolchain go1.25.8
+toolchain go1.26.3
require (
cloud.google.com/go/secretmanager v1.20.0
0 commit comments