fix(wp): version flag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9e7537cd5a
commit
3b14f70d47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue