From a34b5a36a8dbfbf67d658ec33b66cb9250641b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=AD=A6?= <875892894@qq.com> Date: Thu, 1 Aug 2024 01:08:46 +0800 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 10f2e9a..b0aa903 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ branches: [ master,develop,uat ] pipeline: build: - image: golang:alpine + image: golang:1.20-alpine commands: - export GO111MODULE=on - export GOPROXY=https://goproxy.cn,direct