From dea74a6595315069132884472c9f0e17eef6702c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jun 2021 09:03:09 +0300 Subject: [PATCH] go install -> go get --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |