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