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

feat: Add Terraform 1.8.0 #68

Merged
merged 3 commits into from
Apr 11, 2024
Merged

feat: Add Terraform 1.8.0 #68

merged 3 commits into from
Apr 11, 2024

Conversation

sestrella
Copy link
Member

@sestrella sestrella commented Apr 11, 2024

Fixes #67

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oscar-izval updating the nixpkgs-unstable input was required to resolve the following issue:

go: go.mod requires go >= 1.22.0 (running go 1.21.5; GOTOOLCHAIN=local)
error: builder for '/nix/store/1gp5a2zmn5rg1ywk4abl6vyc83ikdq8y-terraform-1.8.0-go-modules.drv' failed with exit code 1;
       last 10 log lines:
       > source root is source
       > Running phase: patchPhase
       > applying patch /nix/store/dk9ga1aqsgdrp3m1w69qq2xfa5pj9c5y-provider-path-0_15.patch
       > patching file internal/command/init.go
       > Hunk #1 succeeded at 6 with fuzz 2 (offset 3 lines).
       > Hunk #2 succeeded at 95 (offset 39 lines).
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > Running phase: buildPhase
       > go: go.mod requires go >= 1.22.0 (running go 1.21.5; GOTOOLCHAIN=local)
       For full logs, run 'nix log /nix/store/1gp5a2zmn5rg1ywk4abl6vyc83ikdq8y-terraform-1.8.0-go-modules.drv'.

Hopefully, this change does not break an old version. 🤞🏼 Lets wait for the CI to report any issues.

@sestrella sestrella marked this pull request as ready for review April 11, 2024 20:44
Copy link
Contributor

@oscar-izval oscar-izval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sestrella sestrella merged commit 2689303 into main Apr 11, 2024
7 checks passed
@sestrella sestrella deleted the add_terraform_1_8_0 branch April 11, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terraform 1.8.0 ?
2 participants