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:
@@ -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
|
||||
|
Reference in New Issue
Block a user