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