use go 1.14

This commit is contained in:
Dot-Rar 2020-04-15 20:51:47 +01:00
parent b083afdede
commit 6e0c9339c9

View File

@ -5,7 +5,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps: