chore(build): build job is now using golang version 1.15 (#20159)

pull/20165/head
Gershon Shif 2020-11-23 16:31:11 -08:00 committed by GitHub
parent dfbe114ead
commit 4e44331b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.