-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
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
- Terratest version: v0.46.15
oschwald, marselester, faktas2, Sagart-cactus and ugexe