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

v1.24.0 requires Go v1.19+ #1196

Closed
AriehSchneier opened this issue Aug 9, 2023 · 1 comment
Closed

v1.24.0 requires Go v1.19+ #1196

AriehSchneier opened this issue Aug 9, 2023 · 1 comment

Comments

@AriehSchneier
Copy link

This PR #1164 added the usage of atomic.Bool which was only added in Go v1.19.

You should update your go.mod to specify the min requirement, or switch it to use uberatomic.Bool (like the rest of the code) instead.

@Quinn-With-Two-Ns
Copy link
Contributor

When we update CI for Go 1.21 we will update the Go mod file

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

No branches or pull requests

2 participants