Skip to content

Commit

Permalink
fix: use v1 of goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Aug 20, 2024
1 parent ee7549e commit 6e9c943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v2.2.0
- image: goreleaser/goreleaser:v1.26.2
environment:
GO111MODULE: "on"
steps:
Expand All @@ -79,7 +79,7 @@ jobs:
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
resource_class: large
docker:
- image: goreleaser/goreleaser:v2.2.0
- image: goreleaser/goreleaser:v1.26.2
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 6e9c943

Please sign in to comment.