Skip to content

Commit

Permalink
fix: go install golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed May 2, 2024
1 parent b606094 commit 8a48e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a48e16

Please sign in to comment.