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

Commit

Permalink
update circle CI to Go 1.12/13-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffee committed Aug 28, 2019
1 parent 994cf36 commit a930004
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
defaults: &defaults
working_directory: /go/src/github.com/pilosa/go-pilosa
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
environment:
GO111MODULE: "on"
fast-checkout: &fast-checkout
Expand Down Expand Up @@ -30,18 +30,18 @@ jobs:
- *fast-checkout
- run: make install-gometalinter
- run: make gometalinter
test-golang-1.12-rc: &base-test
test-golang-1.13-rc: &base-test
<<: *defaults
steps:
- *fast-checkout
- run: make test-all
docker:
- image: circleci/golang:1.12-rc
- image: circleci/golang:1.13-rc
- image: pilosa/pilosa:master
test-golang-1.11:
test-golang-1.12:
<<: *base-test
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
- image: pilosa/pilosa:master
workflows:
version: 2
Expand All @@ -51,9 +51,9 @@ workflows:
- linter:
requires:
- build
- test-golang-1.12-rc:
- test-golang-1.13-rc:
requires:
- build
- test-golang-1.11:
- test-golang-1.12:
requires:
- build

0 comments on commit a930004

Please sign in to comment.