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

Upgrade indirect hc-install package #483

Merged
merged 2 commits into from May 12, 2022
Merged

Upgrade indirect hc-install package #483

merged 2 commits into from May 12, 2022

Commits on May 12, 2022

  1. Upgrade indirect hc-install package

    This package is responsible for installing Terraform to perform
    acceptance tests. Since the announcement of the HashiCorp Releases API
    [1] 3 days ago our CI is broken. After further inspection, I've found
    that this package was indeed the culprit, and that we need to upgrade
    the package to 0.3.2 after
    hashicorp/hc-install#57 got merged.
    
    1: https://www.hashicorp.com/blog/announcing-the-hashicorp-releases-api
    inkel committed May 12, 2022
    Configuration menu
    Copy the full SHA
    45da047 View commit details
    Browse the repository at this point in the history
  2. Use version 1.45 of golangci-lint and not latest

    Version 1.46+ throws a bunch of errors that doesn't really stop this from working.
    inkel committed May 12, 2022
    Configuration menu
    Copy the full SHA
    fa52f88 View commit details
    Browse the repository at this point in the history