summaryrefslogtreecommitdiffstats
path: root/Dockerfile
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 /Dockerfile
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 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a04324c94e..9c678a60ad 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
###################################
#Build stage
-FROM golang:1.14-alpine3.12 AS build-env
+FROM golang:1.15-alpine3.12 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}