Closed aabmass closed 2 months ago
The collector now requires ${} for env var substitution. Also upgrade to the latest image. Manually tested the sample still works.
${}
go test -v ./..
gofmt
go vet
Closing in favor of https://github.com/GoogleCloudPlatform/golang-samples/pull/4345
Description
The collector now requires
${}
for env var substitution. Also upgrade to the latest image. Manually tested the sample still works.Checklist
go test -v ./..
(see Testing)gofmt
(see Formatting)go vet
(see Formatting)