Skip to content

Conversation

@mikaello
Copy link
Contributor

@mikaello mikaello commented Jan 2, 2023

As of Go 1.17, 'go get' is deprecated, and as of 1.18 'go get' will no longer build packages. 'go install' should be used instead, see https://go.dev/doc/go-get-install-deprecation

Signed-off-by: mikaello [email protected]

As of Go 1.17, 'go get' is deprecated, and as of 1.18 'go get' will no longer build packages. 'go install' should be used instead, see https://go.dev/doc/go-get-install-deprecation

Signed-off-by: mikaello <[email protected]>
@pgporada
Copy link

pgporada commented Mar 1, 2023

You'll probably want to add @latest like the error message below.

$ go install github.com/ofabry/go-callvis
go: 'go install' requires a version when current directory is not in a module
	Try 'go install github.com/ofabry/go-callvis@latest' to install the latest version

Signed-off-by: mikaello <[email protected]>
@mikaello
Copy link
Contributor Author

mikaello commented Mar 2, 2023

You'll probably want to add @latest like the error message below.

Thanks, fixed now.

@ondrajz ondrajz merged commit 79702ce into ondrajz:master May 8, 2023
@ondrajz
Copy link
Owner

ondrajz commented May 8, 2023

Thank you.

@mikaello mikaello deleted the patch-1 branch May 9, 2023 09:57
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 this pull request may close these issues.

3 participants