Skip to content

Commit

Permalink
update circleci v26
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent d648860 commit ae52395
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
- GORELEASER_VERSION=0.120.2
- ARIANG_VERSION=1.1.4
- UPXVER=3.94
- GO_VERSION=$(go version)
- BUILT_BY=$(whoami)@$(hostname)
parallelism: 1
steps:
- checkout
Expand Down Expand Up @@ -48,7 +46,8 @@ jobs:
- run:
name: Run build
command: |
export GO_VERSION="$(go version)"
export BUILT_BY="$(whoami)@$(hostname)"
goreleaser release --skip-validate --skip-sign --debug
- run: cat go.sum
Expand Down

0 comments on commit ae52395

Please sign in to comment.