-
Notifications
You must be signed in to change notification settings - Fork 5
Project update #21
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
Project update #21
Conversation
Upgrade project to support the latest two version of golang. Signed-off-by: Shachar Sharon <[email protected]>
2206764
to
6cb04e9
Compare
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.
looks ok to me.
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.
See below for a nit.
Otherwise lgtm, thanks.
hack/install-tools.sh
Outdated
|
||
_install_yq() { | ||
_install_tool github.com/mikefarah/yq/v4@v4.23.1 | ||
_install_tool github.com/mikefarah/yq/v4@v4.45.3 |
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.
nit: upstream says v4.45.4 as the latest version.
Using latest yq release. Signed-off-by: Shachar Sharon <[email protected]>
Using latest 'revive' release. Signed-off-by: Shachar Sharon <[email protected]>
Upgrade to latest golangci-lint version. Used migration-guide[1] to adjust golangci configuration file to new version. [1] https://golangci-lint.run/product/migration-guide/ Signed-off-by: Shachar Sharon <[email protected]>
Align github workflow with recommended[1] setup-go and go-version settings. [1] https://github.com/actions/ \ setup-go?tab=readme-ov-file#using-stableoldstable-aliases Signed-off-by: Shachar Sharon <[email protected]>
Update to latest (from Feb 2025) golang version. Signed-off-by: Shachar Sharon <[email protected]>
6cb04e9
to
511f6f9
Compare
Update project to newer golang version an tools. Use golang 1.24 for container image.