-
Notifications
You must be signed in to change notification settings - Fork 54
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
CI and build updates #324
CI and build updates #324
Conversation
go get golang.org/x/crypto@latest golang.org/x/net@latest go mod tidy
go get github.com/golangci/golangci-lint@latest \ github.com/hashicorp/copywrite@latest \ mvdan.cc/gofumpt@latest go mod tidy
go get golang.org/x/crypto@latest golang.org/x/net@latest
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.
One question, otherwise +1
@@ -35,7 +35,7 @@ jobs: | |||
run: make bootstrap | |||
|
|||
- name: Lint | |||
run: make lint GOLANGCI_LINT_FORMAT=github-actions | |||
run: make lint GOLANGCI_LINT_FORMAT=colored-line-number |
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.
Is this change required?
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 think it still works with a warning, but the "github-actions" format was deprecated in v1.59.0
Thanks! |
Update golang to 1.23.4,
golang/x
packages, CI tools, and the image in the deployment yaml.The go update will help with #331, since [email protected] needs >= go 1.22.7.