berglas: fix version test (#353206)

This commit is contained in:
Weijia Wang
2024-11-05 09:31:18 +01:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X=github.com/GoogleCloudPlatform/berglas/internal/version.Version=${version}"
"-X github.com/GoogleCloudPlatform/berglas/v2/internal/version.version=${version}"
];
postPatch = skipTestsCommand;