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

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'