1
Fork 0

go install -> go get

main
Motiejus Jakštys 2021-06-01 09:03:09 +03:00
parent 3d6f45f81c
commit dea74a6595
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sources:
- https://git.sr.ht/~motiejus/undocker
tasks:
- setup: |
GOPATH=/usr/local go install honnef.co/go/tools/cmd/staticcheck
GOPATH=/usr/local go get honnef.co/go/tools/cmd/staticcheck
- test: |
make -C undocker coverage.html
- lint: |