ci: fix go version on release step

pull/1051/head
Oleg Lobanov 2020-07-27 19:51:09 +02:00
parent 470f93cefc
commit 77fe3cfc60
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
- '*'
release:
docker:
- image: circleci/golang:1.14.3
- image: circleci/golang:1.14.6
steps:
- attach_workspace:
at: '~/project'