diff --git a/Taskfile.yml b/Taskfile.yml index 50f3443..7aaddbc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -15,7 +15,7 @@ tasks: deps: desc: Install dependencies cmds: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest + - go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest - go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest - go install golang.org/x/vuln/cmd/govulncheck@latest - go install github.com/jstemmer/go-junit-report@latest