Update CI to go 1.14

This commit is contained in:
stefanprodan
2020-03-24 12:57:55 +02:00
parent 2c7029cf35
commit 73e0ee798f
+3 -3
View File
@@ -19,7 +19,7 @@ jobs:
push-container:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
working_directory: ~/build
steps:
- checkout
@@ -37,14 +37,14 @@ jobs:
push-binary:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
push-helm-charts:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
steps:
- checkout
- run: