chore: bump go to 1.14.6

This commit is contained in:
Oleg Lobanov 2020-07-24 20:21:48 +02:00
parent c2d8038c63
commit f2f914221c
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with 2 additions and 2 deletions

View File

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