Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix error: "your go.mod file has replace directive in it"
Full error: your go.mod file has replace directive in it, and go mod proxying is enabled - this does not work, and you need to either disable it or remove the replace directive • the offending line is replace github.com/silinternational/personnel-sync/v6 => ./ ⨯ release failed after 1s error=cannot use the go.mod replace directive with go mod proxy enabled
- Loading branch information