Skip to content

Commit

Permalink
Merge pull request #223 from CircleCI-Public/update-deploy
Browse files Browse the repository at this point in the history
Update goreleaser version for deploy
  • Loading branch information
Zachary Scott authored Dec 10, 2018
2 parents 4ccc53e + 622450c commit 0204e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
deploy:
executor: go
environment:
GORELEASER_URL: https://github.com/goreleaser/goreleaser/releases/download/v0.77.1/goreleaser_amd64.deb
GORELEASER_URL: https://github.com/goreleaser/goreleaser/releases/download/v0.94.0/goreleaser_amd64.deb
steps:
- checkout
- restore_cache:
keys: [v2-goreleaser-]
keys: [v3-goreleaser-]
- run:
name: Install GoReleaser
command: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
docker tag circleci/circleci-cli:0.1.$CIRCLE_BUILD_NUM-alpine circleci/circleci-cli:alpine
docker push circleci/circleci-cli:alpine
- save_cache:
key: v2-goreleaser-{{ checksum "~/goreleaser_amd64.deb" }}
key: v3-goreleaser-{{ checksum "~/goreleaser_amd64.deb" }}
paths: [~/goreleaser_amd64.deb]
- persist_to_workspace:
root: .
Expand Down

0 comments on commit 0204e7a

Please sign in to comment.