36 lines
1010 B
Diff
36 lines
1010 B
Diff
diff -Naurp g/docs/config.yaml g-new/docs/config.yaml
|
|
--- g/docs/config.yaml 2022-03-23 19:02:50.000000000 -0700
|
|
+++ g-new/docs/config.yaml 2022-03-23 23:06:44.074918976 -0700
|
|
@@ -19,7 +19,7 @@ params:
|
|
author: The Gitea Authors
|
|
website: https://docs.gitea.io
|
|
version: 1.16.4
|
|
- minGoVersion: 1.17
|
|
+ minGoVersion: 1.16
|
|
goVersion: 1.18
|
|
minNodeVersion: 12.17
|
|
|
|
diff -Naurp g/go.mod g-new/go.mod
|
|
--- g/go.mod 2022-03-23 19:02:50.000000000 -0700
|
|
+++ g-new/go.mod 2022-03-23 23:03:57.636781865 -0700
|
|
@@ -1,6 +1,6 @@
|
|
module code.gitea.io/gitea
|
|
|
|
-go 1.17
|
|
+go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.99.0 // indirect
|
|
diff -Naurp g/Makefile g-new/Makefile
|
|
--- g/Makefile 2022-03-23 19:02:50.000000000 -0700
|
|
+++ g-new/Makefile 2022-03-23 23:06:03.730400942 -0700
|
|
@@ -25,7 +25,7 @@ HAS_GO = $(shell hash $(GO) > /dev/null
|
|
COMMA := ,
|
|
|
|
XGO_VERSION := go-1.18.x
|
|
-MIN_GO_VERSION := 001017000
|
|
+MIN_GO_VERSION := 001016000
|
|
MIN_NODE_VERSION := 012017000
|
|
|
|
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.29.0
|