diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbe47fe..95296cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Install Eirctl uses: ensono/actions/eirctl-setup@v0.3.1 with: - version: 0.6.5 + version: 0.7.6 isPrerelease: false - name: Run Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c23e7c2..3ddc903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Install Eirctl uses: ensono/actions/eirctl-setup@v0.3.1 with: - version: 0.6.5 + version: 0.7.6 isPrerelease: false - name: build binary diff --git a/eirctl.yaml b/eirctl.yaml index 19cbe02..942bb85 100644 --- a/eirctl.yaml +++ b/eirctl.yaml @@ -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: diff --git a/go.mod b/go.mod index 04f1901..a6cc5bf 100644 --- a/go.mod +++ b/go.mod @@ -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