Skip to content

Commit 9869c54

Browse files
committed
ci: Use go 1.9
Ilya noticed that the dnsName parser has got more stringent. golang/go#23995 Stick with go 1.9 until that's addressed.
1 parent d93256e commit 9869c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ notify:
99
defaults: &defaults
1010
working_directory: /go/src/github.com/weaveworks/launcher
1111
docker:
12-
- image: circleci/golang:latest
12+
# 1.10.0 and dnsName: https://github.com/golang/go/issues/23995
13+
- image: circleci/golang:1.9
1314

1415
jobs:
1516
lint:

0 commit comments

Comments
 (0)