Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed9a9b1

Browse filesBrowse files
committed
Increment GopherJS version to 1.17.1+go1.17.3.
1 parent 55c718a commit ed9a9b1
Copy full SHA for ed9a9b1

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎circle.yml

Copy file name to clipboardExpand all lines: circle.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ workflows:
4848
parameters:
4949
go_version:
5050
type: string
51-
default: "1.17.1"
51+
default: "1.17.3"
5252
nvm_version:
5353
type: string
5454
default: "0.38.0"

‎compiler/version_check.go

Copy file name to clipboardExpand all lines: compiler/version_check.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version is the GopherJS compiler version string.
16-
const Version = "1.17.0+go1.17.1"
16+
const Version = "1.17.1+go1.17.3"
1717

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.