Skip to content

Commit ed9a9b1

Browse files
committed
Increment GopherJS version to 1.17.1+go1.17.3.
1 parent 55c718a commit ed9a9b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines 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

Lines 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)