ci: fix go version on release step

This commit is contained in:
Oleg Lobanov
2020-07-27 19:51:09 +02:00
parent 470f93cefc
commit 77fe3cfc60

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'