Skip to content

Commit 4521ff3

Browse files
committed
Fix circle build
1 parent 592640e commit 4521ff3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.10
5+
- image: circleci/golang:1.13
66
working_directory: /go/src/github.com/databus23/helm-diff
77
steps:
88
- checkout

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ifndef HAS_GLIDE
4242
go get -u github.com/Masterminds/glide
4343
endif
4444
glide install --strip-vendor
45+
command -v golint || go get -u golang.org/x/lint/golint
4546

4647
.PHONY: docker-run-release
4748
docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff

0 commit comments

Comments
 (0)