-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Make make lint
faster
#1774
Conversation
Signed-off-by: Alex Collins <[email protected]>
@@ -8,16 +8,12 @@ jobs: | |||
golangci: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copied from workflows, the action has it's own cache
@@ -139,12 +139,12 @@ start: image | |||
kubectl -n argo-events wait --for=condition=Ready --timeout 60s pod --all | |||
|
|||
$(GOPATH)/bin/golangci-lint: | |||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v1.44.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use latest
@@ -29,4 +28,3 @@ linters: | |||
- unused |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I felt like there were a lot of linters, but lets see how it works
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins [email protected]
Checklist: