Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit 4f25281

Browse files
committed
update Makefile and travis yaml
1.8 not supported : golang/lint#421 golint refer: golang/lint#415
1 parent e4de5f0 commit 4f25281

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: go
22

33
go:
4-
- "1.8"
54
- "1.10.x"
65
- master

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default: build
22

33
installdep:
4-
@go get github.com/golang/lint/golint
4+
@go get golang.org/x/lint/golint
55
@go get
66

77
build: installdep

0 commit comments

Comments
 (0)