Skip to content

fix: use go install instead of deprecated go get#24

Open
Jah-yee wants to merge 1 commit into
matcornic:masterfrom
Jah-yee:master
Open

fix: use go install instead of deprecated go get#24
Jah-yee wants to merge 1 commit into
matcornic:masterfrom
Jah-yee:master

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jun 25, 2026

Copy link
Copy Markdown

Summary

go get is deprecated in Go 1.17+ for installing binaries. This PR updates the README to use go install instead.

Change

  • Line 19: go get -u github.com/matcornic/subifygo install github.com/matcornic/subify@latest

Why

As noted in issue #21, go get -u no longer works for installing binaries in recent Go versions. The recommended approach is go install package@latest.


Fixes #21

go get is deprecated in Go 1.17+ for installing executables.
Use 'go install package@latest' instead.

Fixes issue matcornic#21
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.

invalid go version and go get is deprecated

1 participant