gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.39k stars 1.32k forks source link

Update go-containerregistry #1414

Open aktasfatih opened 6 days ago

aktasfatih commented 6 days ago

Describe the bug An old version of go-containerregistry@v0.6.0 is being used in this pkg, causing dependency issues when github.com/google/go-containerregistry@v0.19.2 is used.

The conflict is at

terratest@v0.46.15/modules/gcp/gcr.go:23:17: not enough arguments in call to gcrgoogle.NewEnvAuthentication

Expected behavior Use of terratest@v0.46.15 doesn't cause issues with go-containerregistry@v0.19.2

Versions