Skip to content

Commit

Permalink
fix golint path
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 14, 2018
1 parent 0b380ef commit a4a2db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ test-deps:
go get -d -v -t ./...

devel-deps:
go get ${u} github.com/golang/lint/golint
go get ${u} golang.org/x/lint/golint
go get ${u} github.com/mattn/goveralls
go get ${u} github.com/motemen/gobump
go get ${u} github.com/laher/goxc
Expand Down
2 changes: 1 addition & 1 deletion _tools/releng
Expand Up @@ -10,4 +10,4 @@ ghch -w -N v$next_version

git ci -am "Checking in changes prior to tagging of version v$next_version"
git tag v$next_version
git push && git push --tags
git push && git push --tags

0 comments on commit a4a2db5

Please sign in to comment.