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

Upgrade to go 1.22 #154

Closed
wants to merge 2 commits into from
Closed

Upgrade to go 1.22 #154

wants to merge 2 commits into from

Conversation

williammartin
Copy link
Member

Following the pattern from a1e5851

@@ -24,5 +24,10 @@ jobs:
languages: go
queries: security-and-quality

- name: Setup go
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@williammartin
Copy link
Member Author

I'm closing this because since 1.21, this version is no longer advisory (https://go.dev/doc/modules/gomod-ref):

The go directive sets the minimum version of Go required to use this module. Before Go 1.21, the directive was advisory only; now it is a mandatory requirement: Go toolchains refuse to use modules declaring newer Go versions.

It doesn't seem necessary to force our consumers to bump their go.mod versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant