We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11046de commit 81535a6Copy full SHA for 81535a6
.github/workflows/release.yml
@@ -14,10 +14,10 @@ on:
14
- created
15
16
env:
17
- GO_VERSION: 1.22
+ GO_VERSION: 1.23
18
NODE_VERSION: lts/iron
19
WASM_API_VER: v2
20
- PREV_GO_VERSION: 1.21
+ PREV_GO_VERSION: 1.22
21
22
jobs:
23
build:
build.mk
@@ -4,7 +4,7 @@ GOROOT ?= $(shell $(GO) env GOROOT)
4
TOOLS ?= ./tools
5
PUBLIC_DIR ?= $(UI)/public
6
7
-MIN_GO_VERSION ?= 1.21
+MIN_GO_VERSION ?= 1.23
8
WASM_API_VER ?= $(shell cat ./cmd/wasm/api-version.txt)
9
10
define build_wasm_worker
0 commit comments