Skip to content

Commit 81535a6

Browse files
committed
chore: Go 1.23
1 parent 11046de commit 81535a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
- created
1515

1616
env:
17-
GO_VERSION: 1.22
17+
GO_VERSION: 1.23
1818
NODE_VERSION: lts/iron
1919
WASM_API_VER: v2
20-
PREV_GO_VERSION: 1.21
20+
PREV_GO_VERSION: 1.22
2121

2222
jobs:
2323
build:

build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GOROOT ?= $(shell $(GO) env GOROOT)
44
TOOLS ?= ./tools
55
PUBLIC_DIR ?= $(UI)/public
66

7-
MIN_GO_VERSION ?= 1.21
7+
MIN_GO_VERSION ?= 1.23
88
WASM_API_VER ?= $(shell cat ./cmd/wasm/api-version.txt)
99

1010
define build_wasm_worker

0 commit comments

Comments
 (0)