diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e48ed4a..cf41cd3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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:v1.24.0 + - image: goreleaser/goreleaser:v1.25.0-nightly # Go 1.22.0 environment: GOLANG_VERSION: "1.22.0" steps: