1
1
Fork 0
mirror of https://gitea.com/gitea/tea synced 2024-05-12 18:56:06 +02:00

[CI] use golang v1.16 (#339)

Reviewed-on: https://gitea.com/gitea/tea/pulls/339
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
6543 2021-03-05 20:37:50 +08:00 committed by Lunny Xiao
parent d474883e90
commit 786c713ff5

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build
pull: always
image: golang:1.15
image: golang:1.16
environment:
GOPROXY: https://goproxy.cn
commands:
@ -27,7 +27,7 @@ steps:
- pull_request
- name: unit-test
image: golang:1.15
image: golang:1.16
commands:
- make unit-test-coverage
settings:
@ -40,7 +40,7 @@ steps:
- pull_request
- name: release-test
image: golang:1.15
image: golang:1.16
commands:
- make test
settings:
@ -54,7 +54,7 @@ steps:
- name: tag-test
pull: always
image: golang:1.15
image: golang:1.16
commands:
- make test
settings:
@ -64,7 +64,7 @@ steps:
- tag
- name: static
image: golang:1.15
image: golang:1.16
environment:
GOPROXY: https://goproxy.cn
commands: