diff --git a/.circleci/config.yml b/.circleci/config.yml index 61a820e5..9ac55662 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ jobs: test: docker: - - image: cimg/go:1.24.4 + - image: cimg/go:1.24.6 steps: - checkout - *set_environment_variables @@ -136,7 +136,7 @@ jobs: # The goreleaser image tag determins the version of Go. # Manually check goreleaser images for their version of Go. # Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags - - image: goreleaser/goreleaser:v2.10.2 + - image: goreleaser/goreleaser:v2.12.0-nightly steps: - checkout - setup_remote_docker diff --git a/go.mod b/go.mod index dff99fbf..de183918 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fairwindsops/polaris -go 1.24.4 +go 1.24.6 require ( github.com/fairwindsops/controller-utils v0.3.4