-
Notifications
You must be signed in to change notification settings - Fork 95
update go net version and go verion #1268
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
base: master
Are you sure you want to change the base?
Changes from 4 commits
fc031f3
aba08d0
de0ebb0
17b6ba4
9017398
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I removed the entire jekyll site since a) it was flagged with vulns from old ruby gem versions and b) it appeared unused. |
This file was deleted.
This file was deleted.
This file was deleted.
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.
Something needed to change here cause Go 1.24 causes an error when we use
fmt.Errorfwithout args. That said I could have easily instead just donereturn nil, errorreturn nil, fmt.Error(err.Error())of something like that if we preferred.