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.mod: retract v0.5.0 #199

Merged
merged 2 commits into from
Aug 1, 2023
Merged

go.mod: retract v0.5.0 #199

merged 2 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. go.mod: retract v0.5.0

    Since the SDK in v0.5.0 contains a release statement in its go.mod,
    this makes it impossible to go install packer-sdc from a plugin.
    
    Since those plugins rely on their Makefile to do this, we cannot change
    them all at once, so we fixed the problem in the SDK code itself, and
    v0.5.0 is broken, so we retract it in this commit.
    lbajolet-hashicorp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    351889a View commit details
    Browse the repository at this point in the history
  2. workflows: improve replace check in go.mod

    Since the latest comment introduces a retract statement, with a comment
    that contains `replace', the check failed, so we improve it to only
    consider `replace' if they're the first thing on a line.
    lbajolet-hashicorp committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6c36c24 View commit details
    Browse the repository at this point in the history