Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Eirctl
uses: ensono/actions/[email protected]
with:
version: 0.6.5
version: 0.7.6
isPrerelease: false

- name: Run Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Eirctl
uses: ensono/actions/[email protected]
with:
version: 0.6.5
version: 0.7.6
isPrerelease: false

- name: build binary
Expand Down
2 changes: 1 addition & 1 deletion eirctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ debug: false
contexts:
go1x:
container:
name: golang:1.24.4-bookworm
name: golang:1.24.6-bookworm
enable_dind: true
enable_mount: true
envfile:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DevLabFoundry/configmanager/v2

go 1.24.4
go 1.24.6

require (
cloud.google.com/go/secretmanager v1.14.7
Expand Down