Skip to content

Commit 0802a2d

Browse files
gliptakunguiculus
authored andcommitted
Bring Go current for CircleCI (#108)
Signed-off-by: Gábor Lipták <[email protected]>
1 parent e3d58a1 commit 0802a2d

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
@@ -12,7 +12,7 @@ jobs:
1212
shellcheck -x tag.sh
1313
build:
1414
docker:
15-
- image: golang:1.11.1-alpine3.8
15+
- image: golang:1.11.5-alpine3.9
1616
working_directory: /go/src/github.com/helm/chart-testing
1717
steps:
1818
- setup_remote_docker

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.9
22

33
RUN apk --no-cache add \
44
curl \

0 commit comments

Comments
 (0)