Skip to content

Commit

Permalink
Add Go v1.12 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Mar 5, 2019
1 parent 989de1d commit 9807726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: go
go:
- "1.11.x"
- "1.12.x"
install:
- go get golang.org/x/lint/golint
- go get -v -t .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:

.PHONY: vet
vet:
@go vet -all -shadow ./...
@go vet -all ./...

.PHONY: lint
lint:
Expand Down

0 comments on commit 9807726

Please sign in to comment.