Skip to content

Commit

Permalink
Update CircleCI to Go 1.11
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
bep committed Sep 5, 2018
1 parent 4b2feef commit 584dca4
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 @@ -2,13 +2,12 @@ version: 2
jobs:
build:
docker:
- image: bepsays/ci-goreleaser:0.34.2-10
working_directory: /go/src/github.com/bep/s3deploy
- image: bepsays/ci-goreleaser:1.11-2
working_directory: /src
steps:
- checkout
- run:
command: |
go get -u -d ./...
goreleaser
workflows:
version: 2
Expand Down

0 comments on commit 584dca4

Please # to comment.