Skip to content

Commit

Permalink
ci: Use go 1.9
Browse files Browse the repository at this point in the history
Ilya noticed that the dnsName parser has got more stringent.

golang/go#23995

Stick with go 1.9 until that's addressed.
  • Loading branch information
dlespiau committed Feb 28, 2018
1 parent d93256e commit 9869c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ notify:
defaults: &defaults
working_directory: /go/src/github.com/weaveworks/launcher
docker:
- image: circleci/golang:latest
# 1.10.0 and dnsName: https://github.com/golang/go/issues/23995
- image: circleci/golang:1.9

jobs:
lint:
Expand Down

0 comments on commit 9869c54

Please sign in to comment.