Этот коммит содержится в:
Jayson Smith 2020-02-06 19:50:14 -07:00
родитель 1704776472
коммит 60c89de543

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

@ -5,9 +5,9 @@ executors:
docker: docker:
- image: circleci/golang:1.11 - image: circleci/golang:1.11
environment: environment:
- GOROOT: /usr/local/go - GOROOT: "/usr/local/go"
- GOPATH: $HOME/go - GOPATH: "/go"
- PATH: $GOPATH/bin:$GOROOT/bin:$PATH - PATH: ${GOPATH}/bin:${GOROOT}/bin:${PATH}
go1_12: go1_12:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.12