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.21 #181

Merged
merged 9 commits into from
Aug 21, 2024
Merged

Go 1.21 #181

merged 9 commits into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. go.mod: declare 1.21 as the minimal supported Go

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    76b0ce6 View commit details
    Browse the repository at this point in the history
  2. workflows: use Go from go.mod for linter

    Fixes #177.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    560a55f View commit details
    Browse the repository at this point in the history
  3. workflows: use the latest and greatest Go for builds

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    76139f0 View commit details
    Browse the repository at this point in the history
  4. workflows: use ubuntu-24.04 runners

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    77dc9a6 View commit details
    Browse the repository at this point in the history
  5. cmd: drop easyjson client

    It's unused for a long long time.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c143ab View commit details
    Browse the repository at this point in the history
  6. cmd: use max() for timer management

    Very close semantically.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ce4cae8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e32a6e View commit details
    Browse the repository at this point in the history
  8. go.mod: update most of dependencies

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    985492c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. go.mod: upgrade moby to the same version as Docker

    They should be aligned.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f5db338 View commit details
    Browse the repository at this point in the history