-
Notifications
You must be signed in to change notification settings - Fork 114
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
Updates to latest actions and fixes golangci-lint drift #221
Conversation
I'll unmark as draft when windows works with lint again.. |
Signed-off-by: Adrian Cole <adrian@tetrate.io>
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.
notes!
@@ -10,8 +10,6 @@ on: | |||
|
|||
jobs: | |||
"CI": | |||
env: | |||
GO111MODULE: on |
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.
default for a while
@@ -1,6 +1,8 @@ | |||
run: |
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.
changes here are config drift and golint removed for revive
@@ -31,7 +31,7 @@ var ( | |||
) | |||
|
|||
func httpHandler(code int, headers http.Header, body *bytes.Buffer) http.HandlerFunc { | |||
return func(w http.ResponseWriter, r *http.Request) { | |||
return func(w http.ResponseWriter, _ *http.Request) { |
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.
everything below here are new checks, but hopefully not a big deal
No description provided.