Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
switch to goboring/golang for building (FIPS 140-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weber committed Nov 6, 2020
1 parent 4aa7e80 commit 81c110b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -10,7 +10,7 @@ jobs:
build:
working_directory: /go/workdir/src/github.com/splunk/vault-plugin-splunk
docker:
- image: circleci/golang:1.13.4
- image: goboring/golang:1.15.3b5
<<: *defaultenv
- image: splunk/splunk:latest
user: root
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ test: build
@test -n "$$SPLUNK_ADDR" || { echo 'warning: SPLUNK_ADDR not set, creating new Splunk instances. This will be slow.'; }
mkdir -p $(dir $(TESTREPORT))
go clean -testcache || true
gotestsum --junitfile $(TESTREPORT) --format standard-verbose -- -cover -v ./...
$(GOBIN)/gotestsum --junitfile $(TESTREPORT) --format standard-verbose -- -cover -v ./...

.PHONY: lint
lint: dep
$(GOBIN)/golangci-lint run $(GOLANGCI_LINT_ARGS)

.PHONY: dep
dep:
go get -u gotest.tools/gotestsum
./scripts/golangci-lint.sh -b $(GOBIN) v1.20.0

.PHONY: clean
Expand Down

0 comments on commit 81c110b

Please sign in to comment.