Skip to content

Commit 75825d2

Browse files
fix: bumps to go 1.26
1 parent f8f15f8 commit 75825d2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

eirctl.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output: prefixed
44
debug: false
55

66
import:
7-
- https://raw.githubusercontent.com/Ensono/eirctl/refs/tags/0.9.3/shared/build/go/eirctl.yaml
7+
- https://raw.githubusercontent.com/Ensono/eirctl/refs/tags/0.10.0/shared/build/go/eirctl.yaml
88

99
contexts:
1010
bash:
@@ -108,5 +108,3 @@ tasks:
108108
env:
109109
- VERSION
110110
- REVISION
111-
112-

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/DevLabFoundry/configmanager/v2
22

3-
go 1.25.0
3+
go 1.26
44

5-
toolchain go1.25.8
5+
toolchain go1.26.3
66

77
require (
88
cloud.google.com/go/secretmanager v1.20.0

0 commit comments

Comments
 (0)