We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c718a commit ed9a9b1Copy full SHA for ed9a9b1
circle.yml
@@ -48,7 +48,7 @@ workflows:
48
parameters:
49
go_version:
50
type: string
51
- default: "1.17.1"
+ default: "1.17.3"
52
nvm_version:
53
54
default: "0.38.0"
compiler/version_check.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version is the GopherJS compiler version string.
16
-const Version = "1.17.0+go1.17.1"
+const Version = "1.17.1+go1.17.3"
17
18
// GoVersion is the current Go 1.x version that GopherJS is compatible with.
19
const GoVersion = 17
0 commit comments