diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d1b9a7..0d34fe1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: build: working_directory: /go/workdir/src/github.com/splunk/vault-plugin-splunk docker: - - image: circleci/golang:1.12 + - image: circleci/golang:1.13.4 <<: *defaultenv - image: splunk/splunk:latest user: root @@ -19,15 +19,15 @@ jobs: - GOCACHE: /tmp/go/cache steps: - checkout + - run: + name: Code Quality + command: make lint - run: name: Wait for Splunk Container command: curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR} - run: name: Test command: make test TESTREPORT=test-results/go/results.xml - - run: - name: Code Quality - command: make lint - run: name: Release command: | diff --git a/Makefile b/Makefile index e370515..9c8b3bf 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ lint: dep .PHONY: dep dep: - ./scripts/golangci-lint.sh -b $(GOBIN) v1.17.1 + ./scripts/golangci-lint.sh -b $(GOBIN) v1.20.0 .PHONY: clean clean: