chore: bump go to 1.14.3 (#969)

This commit is contained in:
Oleg Lobanov 2020-05-31 23:17:32 +02:00 committed by GitHub
parent ba47e3b2fe
commit 54d92a2708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- '*'
build-go:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14.3
steps:
- attach_workspace:
at: '~/project'
@ -41,7 +41,7 @@ jobs:
- '*'
release:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14.3
steps:
- attach_workspace:
at: '~/project'