Skip to content

Commit 7aa1962

Browse files
committed
Update travis go version and golint path
Signed-off-by: Alexander Morozov <[email protected]>
1 parent 23efef8 commit 7aa1962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: go
22
sudo: false
33
go:
4-
- 1.6.1
4+
- 1.12.x
55
- tip
66
install:
77
- go get -t ./...
8-
- go get github.com/golang/lint/golint
8+
- go get golang.org/x/lint/golint
99
script:
1010
- go vet ./...
1111
- test -z "$(golint ./... | tee /dev/stderr)"

0 commit comments

Comments
 (0)