Skip to content

Commit

Permalink
update circleci v12
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent 0fab60f commit 019045f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
docker:
- image: circleci/golang:1.13
environment:
- GO111MODULE="on"
- GORELEASER_VERSION="0.120.2"
- ARIANG_VERSION="1.1.4"
- UPXVER="3.94"
- GO111MODULE=on
- GORELEASER_VERSION=0.120.2
- ARIANG_VERSION=1.1.4
- UPXVER=3.94
parallelism: 1
steps:
- checkout
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
command: |
export GO_VERSION="$(go version)"
export BUILT_BY="$(whoami)@$(hostname)"
curl -sL https://git.io/goreleaser | bash -s -- release --skip-validate --skip-sign --debug
goreleaser release --skip-validate --skip-sign --debug
- save_cache:
key: go-mod-v4-{{ checksum "go.sum" }}
Expand Down

0 comments on commit 019045f

Please sign in to comment.