Skip to content

Commit

Permalink
Merge pull request #10 from Mongey/cm-golang-up
Browse files Browse the repository at this point in the history
Build with golang 1.9
  • Loading branch information
Mongey authored Jan 14, 2018
2 parents 97e12c7 + 90b0879 commit 2104978
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 @@ -3,10 +3,10 @@ jobs:
build:
working_directory: /go/src/github.com/Mongey/terraform-provider-kafka
docker:
- image: circleci/golang:1.8
- image: circleci/golang:1.9
steps:
- checkout
- run: go build
- store_artifacts:
path: /go/src/github.com/Mongey/terraform-provider-kafka/terraform-provider-kafka
destination: terraform-provider-kafka
destination: terraform-provider-kafka

0 comments on commit 2104978

Please sign in to comment.