[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:
parent
d474883e90
commit
786c713ff5
10
.drone.yml
10
.drone.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue