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

README: suggest go install for installing #1146

Merged
merged 1 commit into from Sep 11, 2022
Merged

Conversation

dmitshur
Copy link
Member

GopherJS gained support for building code in module mode in 2021 (see PR #1042), and it itself didn't have problems being built in module mode since much earlier.
Recently, it started getting semver tags that are recognized in module mode like v1.17.2 and v1.18.0-beta1 (see issue #847). Start suggesting the go install command to install its latest release in the README.

(It remains possible to get the latest development version with something like go install github.com/gopherjs/gopherjs@HEAD, or one of the pre-release versions from go list -m -versions such as go install github.com/gopherjs/gopherjs@v1.18.0-beta1.)

While here, also update to the new shorter Go website domain and latest Go 1.18 point release.

GopherJS gained support for building code in module mode in 2021
(see PR #1042), and it itself didn't have problems being built
in module mode since much earlier.
Recently, it started getting semver tags that are recognized in
module mode like `v1.17.2` and `v1.18.0-beta1` (see issue #847).
Start suggesting the `go install` command to install its latest
release in the README.

(It remains possible to get the latest development version with
something like `go install github.com/gopherjs/gopherjs@HEAD`,
or one of the pre-release versions from `go list -m -versions`
such as `go install github.com/gopherjs/gopherjs@v1.18.0-beta1`.)

While here, also update to the new shorter Go website domain and
latest Go 1.18 point release.
@github-actions
Copy link

Reference app: jQuery TodoMVC (acf500a6c32a83d8c4582d967b09a65febf0e120)

BRANCH ORIGINAL MINIFIED COMPRESSED (GZIP)
Pull request (README-go-install) 2,882,150 bytes 1,898,358 bytes 381,338 bytes
Target branch (master) 0.00% increase (0 bytes) 0.00% increase (0 bytes) 0.00% increase (0 bytes)

#outputSize

@nevkontakte
Copy link
Member

Thanks!

@nevkontakte nevkontakte merged commit 480cd60 into master Sep 11, 2022
@nevkontakte nevkontakte deleted the README-go-install branch September 11, 2022 21:01
@dmitshur
Copy link
Member Author

Thanks for reviewing!

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.

None yet

2 participants