We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba43047 commit 94d537cCopy full SHA for 94d537c
Makefile
@@ -18,8 +18,9 @@ DIST := dist
18
DIST_DIRS := $(DIST)/binaries $(DIST)/release
19
IMPORT := code.gitea.io/gitea
20
21
-# No experiment set by default, but you can set jsonv2 to use go 1.25.0 json v2 experimental changes
22
-export GOEXPERIMENT ?=
+# By default use go's 1.25 experimental json v2 library when building
+# TODO: remove when no longer experimental
23
+export GOEXPERIMENT ?= jsonv2
24
25
GO ?= go
26
SHASUM ?= shasum -a 256
0 commit comments