Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cf5f59

Browse files
authored
Merge pull request #1402 from Workiva/removeBeta
Removing "beta" from go1.20
2 parents 5263b1e + d4bafa8 commit 2cf5f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version, you can use an [older GopherJS release](https://github.com/gopherjs/gop
3939
Install GopherJS with `go install`:
4040

4141
```
42-
go install github.com/gopherjs/[email protected]-beta1 # Or replace 'v1.20.0-beta1' with another version.
42+
go install github.com/gopherjs/[email protected] # Or replace 'v1.20.0' with another version.
4343
```
4444

4545
If your local Go distribution as reported by `go version` is newer than Go 1.20, then you need to set the `GOPHERJS_GOROOT` environment variable to a directory that contains a Go 1.20 distribution. For example:

compiler/version_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version is the GopherJS compiler version string.
15-
const Version = "1.20.0-beta1+go1.20.14"
15+
const Version = "1.20.0+go1.20.14"
1616

1717
// GoVersion is the current Go 1.x version that GopherJS is compatible with.
1818
const GoVersion = 20

0 commit comments

Comments
 (0)