Update vault, install golangci-lint
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
12a545df5a
commit
82f1913944
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ gopath: '~/gocode'
|
||||||
packages:
|
packages:
|
||||||
# Go-dev related tools
|
# Go-dev related tools
|
||||||
- name: github.com/alecthomas/gometalinter
|
- name: github.com/alecthomas/gometalinter
|
||||||
|
- name: github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||||
- name: github.com/golang/dep/cmd/dep
|
- name: github.com/golang/dep/cmd/dep
|
||||||
- name: github.com/mailgun/godebug
|
- name: github.com/mailgun/godebug
|
||||||
- name: github.com/nsf/gocode
|
- name: github.com/nsf/gocode
|
||||||
|
@ -14,7 +15,7 @@ packages:
|
||||||
|
|
||||||
# Vault related tools
|
# Vault related tools
|
||||||
- name: github.com/hashicorp/vault
|
- name: github.com/hashicorp/vault
|
||||||
version: v0.10.1
|
version: v0.10.3
|
||||||
- name: github.com/Luzifer/vault2env
|
- name: github.com/Luzifer/vault2env
|
||||||
- name: github.com/Luzifer/vault-patch
|
- name: github.com/Luzifer/vault-patch
|
||||||
- name: github.com/Luzifer/vault-user-token
|
- name: github.com/Luzifer/vault-user-token
|
||||||
|
|
Loading…
Reference in a new issue