Skip to content

Commit d9dba63

Browse files
cpanatounguiculus
authored andcommitted
Update golang on circleci (#146)Update golang on circleci (#146)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 0e5c650 commit d9dba63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
./e2e-kind.sh
3737
build:
3838
docker:
39-
- image: golang:1.11.5-alpine3.9
39+
- image: golang:1.12.4-alpine3.9
4040
working_directory: /go/src/github.com/helm/chart-testing
4141
steps:
4242
- setup_remote_docker

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG YAMALE_VERSION=1.8.0
1919
RUN pip install "yamale==$YAMALE_VERSION"
2020

2121
# Install kubectl
22-
ARG KUBECTL_VERSION=v1.13.2
22+
ARG KUBECTL_VERSION=v1.14.1
2323
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
2424
chmod +x kubectl && \
2525
mv kubectl /usr/local/bin/

0 commit comments

Comments
 (0)