Skip to content

Commit f66ed1c

Browse files
CircleCI: lock CI to go1.11 until GopherJS works with 1.12
1 parent 4958108 commit f66ed1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: "golang:latest"
5+
- image: 'golang:1.11'
66
working_directory: /go/src/github.com/johanbrandhorst/protobuf
77
steps:
88
- checkout
99
- run: go install ./vendor/github.com/gopherjs/gopherjs
1010
- run: make build
1111
dep:
1212
docker:
13-
- image: "golang:latest"
13+
- image: 'golang:1.11'
1414
working_directory: /go/src/github.com/johanbrandhorst/protobuf
1515
steps:
1616
- checkout
@@ -19,14 +19,14 @@ jobs:
1919
- run: git diff --exit-code
2020
generate:
2121
docker:
22-
- image: "golang:latest"
22+
- image: 'golang:1.11'
2323
working_directory: /go/src/github.com/johanbrandhorst/protobuf
2424
steps:
2525
- checkout
2626
- run:
2727
name: Install protoc
2828
environment:
29-
PROTOBUF_VERSION: "3.6.1"
29+
PROTOBUF_VERSION: '3.6.1'
3030
command: >
3131
apt-get update
3232

0 commit comments

Comments
 (0)