fix(wp): version flag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2023-11-24 08:35:46 +01:00
parent 9e7537cd5a
commit 3b14f70d47

View File

@ -50,7 +50,7 @@ build() {
-buildmode=pie
-mod=readonly
-modcacherw
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X github.com/woodpecker-ci/woodpecker/version.Version=${pkgver}"
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X go.woodpecker-ci.org/woodpecker/version.Version=${pkgver}"
)
cd web