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

Commit 842885e

Browse files
author
Amey Bhide
committed
Update go version to 1.13.4
1 parent ed05ac3 commit 842885e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.12
13+
- image: circleci/golang:1.13.4
1414
<<: *defaultenv
1515
- image: splunk/splunk:latest
1616
user: root

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)