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

workflows: Update actions and golang versions used #139

Merged

Commits on Nov 6, 2023

  1. workflows: Bump golang versions

    Let's make sure we're doing the release using the latest golang version,
    and that we're testing against the supported stable versions.
    
    Please, refer to https://endoflife.date/go for more info about the
    golang versions that are still supported.
    
    NOTE: We're keeping 1.19.x as @klauspost tests with the latest EOL
    release as well.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    319a52c View commit details
    Browse the repository at this point in the history
  2. workflows: Bump checkout action to its v4

    It's been a long time that v4 is out, and we should use it instead of
    the current used v2.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cc32251 View commit details
    Browse the repository at this point in the history
  3. workflows: Bump setup-go action to its v4

    Similarly to the checkout action, the setup-go action is currently at
    its v4 and we should be using it instead of the currently used v2.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b3dae43 View commit details
    Browse the repository at this point in the history
  4. workflows: Bump goreleaser-action to its v5

    Let's keep it up-to-date, as we've done for the checkout and setup-go
    actions.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    64efbf8 View commit details
    Browse the repository at this point in the history