Skip to content

Commit

Permalink
Bring Go current for CircleCI (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
  • Loading branch information
gliptak authored and unguiculus committed Feb 18, 2019
1 parent e3d58a1 commit 0802a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
shellcheck -x tag.sh
build:
docker:
- image: golang:1.11.1-alpine3.8
- image: golang:1.11.5-alpine3.9
working_directory: /go/src/github.com/helm/chart-testing
steps:
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9

RUN apk --no-cache add \
curl \
Expand Down

0 comments on commit 0802a2d

Please sign in to comment.