diff --git a/.build.yml b/.build.yml index 0e177d2..aad7636 100644 --- a/.build.yml +++ b/.build.yml @@ -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: |