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

Commit befbf28

Browse files
author
Michael Weber
committed
switch to goboring/golang for building (FIPS 140-2)
1 parent 4aa7e80 commit befbf28

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
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
working_directory: /go/workdir/src/github.com/splunk/vault-plugin-splunk
1212
docker:
13-
- image: circleci/golang:1.13.4
13+
- image: goboring/golang:1.15.3b5
1414
<<: *defaultenv
1515
- image: splunk/splunk:latest
1616
user: root

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lint: dep
3636

3737
.PHONY: dep
3838
dep:
39+
curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.3.1/gotestsum_0.3.1_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
3940
./scripts/golangci-lint.sh -b $(GOBIN) v1.20.0
4041

4142
.PHONY: clean

0 commit comments

Comments
 (0)