-
Notifications
You must be signed in to change notification settings - Fork 267
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
chore(deps): bump go version to 1.23.1 #1474
Conversation
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.
LGTM! golangci-lint bump looks like it surfaced some lint errors
Co-authored-by: Rootul P <[email protected]>
57f1a99
to
c41c734
Compare
f827c38
to
8a0e394
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.
[optional] instead of adding /nolint:gosec
everywhere, we can disable that linter in .golangci.yml until we pull from upstream a copy of this codebase that does address those lint warnings
I didn't want to do it so in case future contributions are hitting any cases where we should be aware. The current code worked for years without the checks, we can assume it's fine. But new code might need the safe conversions. That's why I left it |
2dba88a
to
5ec3dfd
Compare
- name: Create a file with all the pkgs | ||
run: go list ./... > pkgs.txt | ||
- name: Split pkgs into 4 files | ||
run: split -d -n l/4 pkgs.txt pkgs.txt.part. | ||
# cache multiple | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 |
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.
Just curious to know whether this is also necessary for the Go version upgrade to work? or it is an independent change?
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.
All are necessary because they don't support the new version of go, unless I am missing something
Description
Bumps go version to 1.23.1