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: update module, various cleanup #18

Merged
merged 7 commits into from
Jan 12, 2024
Merged

Commits on Jan 4, 2024

  1. go: ioutil -> io

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    82aecc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. go: update to v1.21

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e438b71 View commit details
    Browse the repository at this point in the history
  2. go: update module

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    18bc567 View commit details
    Browse the repository at this point in the history
  3. go: use slices pkg from stdlib

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2d97e54 View commit details
    Browse the repository at this point in the history
  4. go: replace multierr with errors.Join

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1ce3955 View commit details
    Browse the repository at this point in the history
  5. go: fix unkeyed fields warning

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c1b60fa View commit details
    Browse the repository at this point in the history
  6. go: remove ineff assignment, add missing err check

    Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
    katexochen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ecd83bf View commit details
    Browse the repository at this point in the history