diff --git a/.drone.yml b/.drone.yml index 565f99e..47eb294 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,9 @@ trigger: steps: - name: check pull: always - image: golang:1.17 + image: golang:1.18 environment: - GOPROXY: https://goproxy.cn + GOPROXY: https://goproxy.io commands: - go test -race -v ./... - go build ./cmd/distea @@ -33,9 +33,9 @@ trigger: steps: - name: build pull: always - image: golang:1.17 + image: golang:1.18 environment: - GOPROXY: https://goproxy.cn + GOPROXY: https://goproxy.io INTEGRATION: true commands: - go test -race -v ./...