1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 08:08:36 +00:00

Bump min required golang to 1.13 (#12717)

* Bump min required golang to 1.13

* Update config.yaml

* Update Makefile

* per silverwind feedback

* per silverwind

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
techknowlogick
2020-09-04 14:12:01 -04:00
committed by GitHub
parent 2a52aeec49
commit 482b0e6d47
4 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ steps:
- name: build-backend-no-gcc
pull: always
image: golang:1.12 # this step is kept as the lowest version of golang that we support
image: golang:1.13 # this step is kept as the lowest version of golang that we support
environment:
GO111MODULE: on
GOPROXY: off