mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
update go to v1.13
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
This commit is contained in:
parent
d285097f58
commit
a402253671
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
working_directory: /go/src/helm.sh/helm
|
||||
parallelism: 3
|
||||
docker:
|
||||
- image: circleci/golang:1.12
|
||||
- image: circleci/golang:1.13
|
||||
|
||||
environment:
|
||||
- GOCACHE: "/tmp/go/cache"
|
||||
|
|
|
|||
Loading…
Reference in a new issue