ticker: fix version set at buildtime
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X github.com/achannarasappa/ticker/cmd.Version=v${version}"
|
||||
"-X github.com/achannarasappa/ticker/v4/cmd.Version=${version}"
|
||||
];
|
||||
|
||||
# Tests require internet
|
||||
|
||||
Reference in New Issue
Block a user