Skip to content

Commit

Permalink
chore: Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Aug 19, 2024
1 parent 8cfc7fd commit e7dc1bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
- created

env:
GO_VERSION: 1.22
GO_VERSION: 1.23
NODE_VERSION: lts/iron
WASM_API_VER: v2
PREV_GO_VERSION: 1.21
PREV_GO_VERSION: 1.22

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GOROOT ?= $(shell $(GO) env GOROOT)
TOOLS ?= ./tools
PUBLIC_DIR ?= $(UI)/public

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

define build_wasm_worker
Expand Down

0 comments on commit e7dc1bc

Please sign in to comment.