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

go install -v github.com/tofuutils/tenv/cmd/tenv@latest installing version 1 #176

Closed
kron4eg opened this issue Jun 17, 2024 · 3 comments · Fixed by #178
Closed

go install -v github.com/tofuutils/tenv/cmd/tenv@latest installing version 1 #176

kron4eg opened this issue Jun 17, 2024 · 3 comments · Fixed by #178

Comments

@kron4eg
Copy link
Contributor

kron4eg commented Jun 17, 2024

Describe the bug
Since you have tagged v2 version of the package, can you also please update go.mod file, with

module github.com/tofuutils/tenv/v2

To make it go install-able again.

To Reproduce
Steps to reproduce the behavior:

$ go install -v github.com/tofuutils/tenv/cmd/tenv@latest
go: downloading github.com/tofuutils/tenv v1.11.19

Expected behavior

go install -v github.com/tofuutils/tenv/cmd/tenv/v2@latest will install latest v2.

Environment (please complete the following information):

  • OS: any
  • tofuenv version: v2.x.x
@kvendingoldo
Copy link
Collaborator

#177

@kvendingoldo
Copy link
Collaborator

looks like that quick fix didn't help. Will check it later

@kron4eg
Copy link
Contributor Author

kron4eg commented Jun 19, 2024

Original command from the description had /v2 in the wrong place. Actual command looks like this:

$ go install -v github.com/tofuutils/tenv/v2/cmd/...@latest
go: downloading github.com/tofuutils/tenv/v2 v2.1.7
github.com/tofuutils/tenv/v2/pkg/reversecmp
github.com/tofuutils/tenv/v2/pkg/winbin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants