Skip to content

Commit

Permalink
Use golang 1.9.2 for circleci. Hopefully fix metalint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Dec 4, 2017
1 parent 652998c commit c08aa33
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/hootsuite/atlantis
docker:
- image: circleci/golang:1.8
- image: circleci/golang:1.9.2
environment:
TERRAFORM_VERSION: 0.10.8
steps:
Expand Down

0 comments on commit c08aa33

Please sign in to comment.