Skip to content

Commit

Permalink
go.mod: retract v0.5.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lbajolet-hashicorp committed Aug 1, 2023
1 parent 9be5b0f commit 4c19df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ require (
)

go 1.19

retract v0.5.0 // v0.5.0 of the SDK was broken because of the replace statement for go-cty

0 comments on commit 4c19df0

Please sign in to comment.