berglas: fix version test

This commit is contained in:
Weijia Wang
2024-11-02 20:39:03 +01:00
parent 17915e169a
commit b47334c435
+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;