Skip to content

Commit

Permalink
Updating goreleaser to 1.1.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasreed authored Feb 9, 2022
1 parent 75e2120 commit 7a501d4
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 @@ -37,7 +37,7 @@ jobs:
snapshot:
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
docker:
- image: goreleaser/goreleaser:v0.174.2
- image: goreleaser/goreleaser:v1.1.0
steps:
- checkout
- run: goreleaser --snapshot
Expand All @@ -47,7 +47,7 @@ jobs:
release:
working_directory: /go/src/github.com/fairwindsops/rbac-lookup
docker:
- image: goreleaser/goreleaser:v0.174.2
- image: goreleaser/goreleaser:v1.1.0
steps:
- checkout
- run: go mod download && go mod verify
Expand Down

0 comments on commit 7a501d4

Please sign in to comment.