Skip to content

Commit 4506e5a

Browse files
committed
Update.
1 parent 605a45c commit 4506e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- CC=aarch64-linux-gnu-gcc
1010
ldflags:
1111
- -s -w
12-
- -X github.com/xOS/ServerStatus/service/singleton.Version={{.Version}}
12+
- -X github.com/xos/serverstatus/service/singleton.Version={{.Version}}
1313
- -extldflags "-static -fpic"
1414
flags:
1515
- -trimpath
@@ -25,7 +25,7 @@ builds:
2525
- CC=x86_64-linux-gnu-gcc
2626
ldflags:
2727
- -s -w
28-
- -X github.com/xOS/ServerStatus/service/singleton.Version={{.Version}}
28+
- -X github.com/xos/serverstatus/service/singleton.Version={{.Version}}
2929
- -extldflags "-static -fpic"
3030
flags:
3131
- -trimpath
@@ -41,7 +41,7 @@ builds:
4141
- CC=s390x-linux-gnu-gcc
4242
ldflags:
4343
- -s -w
44-
- -X github.com/xOS/ServerStatus/service/singleton.Version={{.Version}}
44+
- -X github.com/xos/serverstatus/service/singleton.Version={{.Version}}
4545
- -extldflags "-static -fpic"
4646
flags:
4747
- -trimpath
@@ -57,7 +57,7 @@ builds:
5757
- CC=x86_64-w64-mingw32-gcc
5858
ldflags:
5959
- -s -w
60-
- -X github.com/xOS/ServerStatus/service/singleton.Version={{.Version}}
60+
- -X github.com/xos/serverstatus/service/singleton.Version={{.Version}}
6161
- -extldflags "-static -fpic"
6262
flags:
6363
- -trimpath

0 commit comments

Comments
 (0)