Skip to content

Commit

Permalink
use go vet instead of go tool vet
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatypeofwalrus committed Nov 10, 2019
1 parent 01a8fe9 commit 85f8db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ phases:
pre_build:
commands:
- cd "/go/src/github.com/iamatypeofwalrus/shim"
- go tool vet .
- go vet .
- go test .
build:
commands:
Expand Down

0 comments on commit 85f8db2

Please sign in to comment.