go install -> go get
This commit is contained in:
parent
3d6f45f81c
commit
dea74a6595
@ -7,7 +7,7 @@ sources:
|
|||||||
- https://git.sr.ht/~motiejus/undocker
|
- https://git.sr.ht/~motiejus/undocker
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
GOPATH=/usr/local go install honnef.co/go/tools/cmd/staticcheck
|
GOPATH=/usr/local go get honnef.co/go/tools/cmd/staticcheck
|
||||||
- test: |
|
- test: |
|
||||||
make -C undocker coverage.html
|
make -C undocker coverage.html
|
||||||
- lint: |
|
- lint: |
|
||||||
|
Loading…
Reference in New Issue
Block a user