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

Commit 4d55d1c

Browse files
authored
Merge pull request #16 from splunk/ephemeral_creds
Update go version to 1.13.4
2 parents ed05ac3 + 998e722 commit 4d55d1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
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.12
13+
- image: circleci/golang:1.13.4
1414
<<: *defaultenv
1515
- image: splunk/splunk:latest
1616
user: root
@@ -19,15 +19,15 @@ jobs:
1919
- GOCACHE: /tmp/go/cache
2020
steps:
2121
- checkout
22+
- run:
23+
name: Code Quality
24+
command: make lint
2225
- run:
2326
name: Wait for Splunk Container
2427
command: curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR}
2528
- run:
2629
name: Test
2730
command: make test TESTREPORT=test-results/go/results.xml
28-
- run:
29-
name: Code Quality
30-
command: make lint
3131
- run:
3232
name: Release
3333
command: |

Makefile

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

3737
.PHONY: dep
3838
dep:
39-
./scripts/golangci-lint.sh -b $(GOBIN) v1.17.1
39+
./scripts/golangci-lint.sh -b $(GOBIN) v1.20.0
4040

4141
.PHONY: clean
4242
clean:

0 commit comments

Comments
 (0)