Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.8.3 -- fix GoReleaser error #106

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Release 6.8.3 -- fix GoReleaser error #106

merged 1 commit into from
Apr 10, 2024

Conversation

briskt
Copy link
Contributor

@briskt briskt commented Apr 10, 2024

Removed

  • Removed replace directive from go.mod

--

Error message:

 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

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
@briskt briskt requested a review from a team April 10, 2024 00:28
Copy link

@hobbitronics hobbitronics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love helpful messages like that.

@briskt briskt merged commit e6fb241 into main Apr 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants