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

Commit

Permalink
update Makefile and travis yaml
Browse files Browse the repository at this point in the history
1.8 not supported : golang/lint#421
golint refer: golang/lint#415
  • Loading branch information
sjangrativo committed Feb 18, 2020
1 parent e4de5f0 commit 4f25281
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go

go:
- "1.8"
- "1.10.x"
- master
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: build

installdep:
@go get github.com/golang/lint/golint
@go get golang.org/x/lint/golint
@go get

build: installdep
Expand Down

0 comments on commit 4f25281

Please sign in to comment.