Skip to content

Commit

Permalink
Use golang 1.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Oct 3, 2018
1 parent 3e55cac commit 8e867b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /go/src/github.com/Mongey/terraform-provider-kafka
docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.11
environment:
TEST_RESULTS: /tmp/test-results
- image: confluentinc/cp-zookeeper:latest
Expand Down

0 comments on commit 8e867b3

Please sign in to comment.