forked from TrueCloudLab/certificates
Update to go1.13
This commit is contained in:
parent
a383669d54
commit
e77b7b0b62
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ all: build test lint
|
|||
bootstra%:
|
||||
$Q which dep || go get github.com/golang/dep/cmd/dep
|
||||
$Q dep ensure
|
||||
$Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1
|
||||
$Q GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
|
||||
|
||||
|
||||
vendor: Gopkg.lock
|
||||
|
|
Loading…
Reference in a new issue