Update to goproxy.io #5

Merged
jolheiser merged 1 commits from goproxy-io into main 2022-03-28 20:05:15 +00:00

View File

@ -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 ./...