From 786c713ff592be5f41fc21c28bf2105d5b3d5b76 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 5 Mar 2021 20:37:50 +0800 Subject: [PATCH] [CI] use golang v1.16 (#339) Reviewed-on: https://gitea.com/gitea/tea/pulls/339 Reviewed-by: Andrew Thornton Reviewed-by: Lunny Xiao Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de> --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6329cd1..d96f05f 100644 --- a/.drone.yml +++ b/.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: