aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-08-13 10:11:24 -0400
committerGitHub <noreply@github.com>2020-08-13 10:11:24 -0400
commitbd7d6a3d736a3d9781ef3b243a8e18e93f632955 (patch)
tree264e0fdd3e5bfd2bc8547d7104acfe7af6d1c2cc /Makefile
parente01bac84047baf8b0014116715c630375ea42377 (diff)
downloadgitea-bd7d6a3d736a3d9781ef3b243a8e18e93f632955.tar.gz
gitea-bd7d6a3d736a3d9781ef3b243a8e18e93f632955.zip
go1.15 (#12475)
* go1.15 * update makefile xgo version * fix vet issue * update docs to version of go in use * add TODO for asyncpreemptoff Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 890332fde1..49df896229 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ SHASUM ?= shasum -a 256
HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" )
COMMA := ,
-XGO_VERSION := go-1.14.x
+XGO_VERSION := go-1.15.x
MIN_GO_VERSION := 001012000
MIN_NODE_VERSION := 010013000