build: bump go version to 1.15.2 (#1081)

This commit is contained in:
Oleg Lobanov 2020-09-11 18:07:01 +02:00 committed by GitHub
parent 8142b32f38
commit 12d4177823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
- '*' - '*'
test: test:
docker: docker:
- image: circleci/golang:1.14.6 - image: circleci/golang:1.15.2
steps: steps:
- checkout - checkout
- run: - run:
@ -31,7 +31,7 @@ jobs:
command: go test ./... command: go test ./...
build-go: build-go:
docker: docker:
- image: circleci/golang:1.14.6 - image: circleci/golang:1.15.2
steps: steps:
- attach_workspace: - attach_workspace:
at: '~/project' at: '~/project'
@ -49,7 +49,7 @@ jobs:
- '*' - '*'
release: release:
docker: docker:
- image: circleci/golang:1.14.6 - image: circleci/golang:1.15.2
steps: steps:
- attach_workspace: - attach_workspace:
at: '~/project' at: '~/project'