Test env in executor and only 1.11 for now

Этот коммит содержится в:
Jayson Smith 2020-02-06 19:40:57 -07:00
родитель c226b7c396
коммит 1704776472

Просмотреть файл

@ -3,7 +3,11 @@ version: 2.1
executors:
go1_11:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.11
environment:
- GOROOT: /usr/local/go
- GOPATH: $HOME/go
- PATH: $GOPATH/bin:$GOROOT/bin:$PATH
go1_12:
docker:
- image: circleci/golang:1.12
@ -67,5 +71,5 @@ workflows:
test:
jobs:
- go1_11
- go1_12
- go1_13
# - go1_12
# - go1_13