Skip to content
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

Fix CodeQL Warning #498

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix CodeQL Warning #498

wants to merge 2 commits into from

Conversation

crhntr
Copy link
Member

@crhntr crhntr commented Jul 23, 2024

I was looking into fixing some of the long standing issues today.

As I was re-familiarizing myself with the repo, I found the security warning on the CodeQL page. So, here is a fix for that.

The implications are that we need to bump the Go toolchain version when new versions come out. We should be doing this already.

this fix should resolve the following error on the github CodeQL warning page

Invalid Go toolchain version
View file
As of Go 1.21, toolchain versions must use the 1.N.P syntax.

1.21 in go.mod does not match this syntax and there is no additional toolchain directive, which may cause some go commands to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant