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

Drop support for go 1.18 #587

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Drop support for go 1.18 #587

merged 1 commit into from
Dec 1, 2022

Commits on Dec 1, 2022

  1. Drop support for go 1.18

    Use the new atomic package API introduced in go 1.19:
    
    * Replace atomic.Value with atomic.Pointer
    * Replace atomic.Add*/Store*/Load*/etc. with new Int*/Uint* atomic types
    * Except the atomic.Value used in filewatcher, as to take full advantage
      of that we would need to make breaking API changes to filewatcher
    fishy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6a3a42b View commit details
    Browse the repository at this point in the history