diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-08-13 10:11:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 10:11:24 -0400 |
commit | bd7d6a3d736a3d9781ef3b243a8e18e93f632955 (patch) | |
tree | 264e0fdd3e5bfd2bc8547d7104acfe7af6d1c2cc /Makefile | |
parent | e01bac84047baf8b0014116715c630375ea42377 (diff) | |
download | gitea-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |