We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592640e commit 4521ff3Copy full SHA for 4521ff3
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.10
+ - image: circleci/golang:1.13
6
working_directory: /go/src/github.com/databus23/helm-diff
7
steps:
8
- checkout
Makefile
@@ -42,6 +42,7 @@ ifndef HAS_GLIDE
42
go get -u github.com/Masterminds/glide
43
endif
44
glide install --strip-vendor
45
+ command -v golint || go get -u golang.org/x/lint/golint
46
47
.PHONY: docker-run-release
48
docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
0 commit comments