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

fix: Remove replace clause #158

Merged
merged 2 commits into from
Jul 8, 2024
Merged

fix: Remove replace clause #158

merged 2 commits into from
Jul 8, 2024

Conversation

nieomylnieja
Copy link
Contributor

Motivation

The replace clause in go.mod was causing go install to fail with:

go install [github.com/nobl9/sloctl/cmd/sloctl@latest](http://github.com/nobl9/sloctl/cmd/sloctl@latest)
go: downloading [github.com/nobl9/sloctl](http://github.com/nobl9/sloctl) v0.3.2
go: [github.com/nobl9/sloctl/cmd/sloctl@latest](http://github.com/nobl9/sloctl/cmd/sloctl@latest) (in [github.com/nobl9/[email protected]](http://github.com/nobl9/[email protected])):
    The go.mod file for the module providing named packages contains one or
    more replace directives. It must not contain directives that would cause

Related changes

Release Notes

Fixed go install malfunction introduced in v0.3.2 caused by replace clause in go.mod.

@n9-machine-user n9-machine-user added bug Something isn't working go patch labels Jul 8, 2024
@nieomylnieja nieomylnieja merged commit cf9d015 into main Jul 8, 2024
5 checks passed
@nieomylnieja nieomylnieja deleted the update-sdk-version branch July 8, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working go patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants