GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.32k stars 1.75k forks source link

fix(testing): downgrade gimmeproj deps to allow use of go119 #4283

Closed muncus closed 3 months ago

muncus commented 4 months ago

Description

Tests are failing on oldest-version when running nightly tests, since it attempts to test /testing/gimmeproj.

This also happens on PRs which require exhaustive testing, like #4264