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

chore: update Go to 1.21 #244

Merged
merged 3 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. ci: update golangci-lint to 1.59

    1.53 would fail with recent go versions
    
    Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
    noaccOS committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9081a12 View commit details
    Browse the repository at this point in the history
  2. ci: update goreleaser-action

    updates goreleaser-action to the latest version
    
    goreleaser-action was already using `version: latest`, which was using
    goreleaser v2 and crashed on release for incompatible configuration.
    
    this formalizes that we're using v2 and locks the the dependency to v2
    to avoid future breakage.
    
    Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
    noaccOS committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    05692ac View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. chore: update Go to 1.21

    Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
    noaccOS committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    83a802c View commit details
    Browse the repository at this point in the history