Skip to content

Commit

Permalink
fix: use golang 1.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Mar 6, 2018
1 parent 715353a commit d6b751c
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 @@ -7,7 +7,7 @@ jobs:
working_directory: /go/src/github.com/aerogear/aerogear-app-metrics

docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.10
- image: registry.access.redhat.com/rhscl/postgresql-96-rhel7:latest
ports:
- 5432:5432
Expand Down

0 comments on commit d6b751c

Please sign in to comment.