mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 12:46:46 +00:00
Update incorrect module name - Go requires a domain-based path for public modules
This commit is contained in:
@@ -10,8 +10,8 @@ builds:
|
||||
binary: git-get
|
||||
ldflags:
|
||||
- -s -w
|
||||
- -X git-get/pkg/cfg.version={{.Version}}
|
||||
- -X git-get/pkg/cfg.commit={{.Commit}}
|
||||
- -X github.com/grdl/git-get/pkg/cfg.version={{.Version}}
|
||||
- -X github.com/grdl/git-get/pkg/cfg.commit={{.Commit}}
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
@@ -26,8 +26,8 @@ builds:
|
||||
binary: git-get
|
||||
ldflags:
|
||||
- -s -w
|
||||
- -X git-get/pkg/cfg.version={{.Version}}
|
||||
- -X git-get/pkg/cfg.commit={{.Commit}}
|
||||
- -X github.com/grdl/git-get/pkg/cfg.version={{.Version}}
|
||||
- -X github.com/grdl/git-get/pkg/cfg.commit={{.Commit}}
|
||||
goos:
|
||||
- darwin
|
||||
goarch:
|
||||
|
||||
Reference in New Issue
Block a user