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

build: Specify go 1.23.0 in go.mod #7822

Merged
merged 1 commit into from
Nov 15, 2024
Merged

build: Specify go 1.23.0 in go.mod #7822

merged 1 commit into from
Nov 15, 2024

Conversation

beautifulentropy
Copy link
Member

We're using .Keys() a method of the maps package added in 1.23 (https://pkg.go.dev/maps@master#Keys) but our go.mod states 1.22.0. This causes some in-IDE linting errors in VSCode.

@beautifulentropy beautifulentropy marked this pull request as ready for review November 15, 2024 20:31
@beautifulentropy beautifulentropy requested a review from a team as a code owner November 15, 2024 20:31
@jsha jsha merged commit f9fb688 into main Nov 15, 2024
12 checks passed
@jsha jsha deleted the go123 branch November 15, 2024 20:49
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.

3 participants