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

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

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