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

Go 1.22 #27

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Go 1.22 #27

merged 4 commits into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. go.mod: require Go 1.22+

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f19ec08 View commit details
    Browse the repository at this point in the history
  2. *: use shorter for range loops where possible

    Mostly Go 1.22+.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2164d2b View commit details
    Browse the repository at this point in the history
  3. workflows: upgrade ubuntu runners to 24.04

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6fcc63f View commit details
    Browse the repository at this point in the history
  4. workflows: drop macos-12 runner

    It seems to be outdated by now, most Macs are ARM-based anyway.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e8f0d6f View commit details
    Browse the repository at this point in the history