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

release/v1.15: set min go version to min upstream supported go1.16 (#16710)

* release/v1.15: set min go version to min upstream supported 1.16

* update drone
This commit is contained in:
techknowlogick
2021-08-17 03:09:44 -04:00
committed by GitHub
parent b6508b872b
commit 0dc808212b
3 changed files with 4 additions and 4 deletions

View File

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