Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit a930004

Browse files
committed
update circle CI to Go 1.12/13-rc
1 parent 994cf36 commit a930004

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
defaults: &defaults
33
working_directory: /go/src/github.com/pilosa/go-pilosa
44
docker:
5-
- image: circleci/golang:1.11
5+
- image: circleci/golang:1.12
66
environment:
77
GO111MODULE: "on"
88
fast-checkout: &fast-checkout
@@ -30,18 +30,18 @@ jobs:
3030
- *fast-checkout
3131
- run: make install-gometalinter
3232
- run: make gometalinter
33-
test-golang-1.12-rc: &base-test
33+
test-golang-1.13-rc: &base-test
3434
<<: *defaults
3535
steps:
3636
- *fast-checkout
3737
- run: make test-all
3838
docker:
39-
- image: circleci/golang:1.12-rc
39+
- image: circleci/golang:1.13-rc
4040
- image: pilosa/pilosa:master
41-
test-golang-1.11:
41+
test-golang-1.12:
4242
<<: *base-test
4343
docker:
44-
- image: circleci/golang:1.11
44+
- image: circleci/golang:1.12
4545
- image: pilosa/pilosa:master
4646
workflows:
4747
version: 2
@@ -51,9 +51,9 @@ workflows:
5151
- linter:
5252
requires:
5353
- build
54-
- test-golang-1.12-rc:
54+
- test-golang-1.13-rc:
5555
requires:
5656
- build
57-
- test-golang-1.11:
57+
- test-golang-1.12:
5858
requires:
5959
- build

0 commit comments

Comments
 (0)