From e51eb1a00ececa0d3fea2a7e4d2645aed5d35add Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 8 Feb 2023 05:46:31 +0800 Subject: [PATCH] bump to go 1.20 (#529) Reviewed-on: https://gitea.com/gitea/tea/pulls/529 Reviewed-by: Lunny Xiao --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2aedc74..a1148cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: vendor pull: always - image: golang:1.18 + image: golang:1.20 environment: GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not commands: @@ -17,7 +17,7 @@ steps: - name: build pull: always - image: golang:1.18 + image: golang:1.20 environment: GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not commands: @@ -34,7 +34,7 @@ steps: - pull_request - name: unit-test - image: golang:1.18 + image: golang:1.20 commands: - make unit-test-coverage settings: @@ -49,7 +49,7 @@ steps: - pull_request - name: release-test - image: golang:1.18 + image: golang:1.20 commands: - make test settings: @@ -65,7 +65,7 @@ steps: - name: tag-test pull: always - image: golang:1.18 + image: golang:1.20 commands: - make test settings: @@ -77,7 +77,7 @@ steps: - tag - name: static - image: golang:1.18 + image: golang:1.20 environment: GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not commands: