chore(build): build job is now using golang version 1.15 (#20159)
parent
dfbe114ead
commit
4e44331b26
|
@ -367,7 +367,7 @@ jobs:
|
|||
path: /tmp/test-results
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.13-node-browsers
|
||||
- image: circleci/golang:1.15-node-browsers
|
||||
environment:
|
||||
GOCACHE: /tmp/go-cache
|
||||
GOFLAGS: "-mod=readonly -p=4" # Go on Circle thinks 32 CPUs are available, but there aren't.
|
||||
|
|
Loading…
Reference in New Issue