Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions prow-jobs/pingcap/tidb-binlog/latest-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ presubmits:
make build
env:
- name: GO_PROXY
value: http://goproxy.apps.svc,direct
value: https://proxy.golang.org,direct
- name: GOMODCACHE
value: /share/go/pkg/mod
volumeMounts:
Expand Down Expand Up @@ -67,7 +67,7 @@ presubmits:
make check
env:
- name: GO_PROXY
value: http://goproxy.apps.svc,direct
value: https://proxy.golang.org,direct
- name: GOMODCACHE
value: /share/go/pkg/mod
volumeMounts:
Expand Down Expand Up @@ -107,7 +107,7 @@ presubmits:
make test
env:
- name: GO_PROXY
value: http://goproxy.apps.svc,direct
value: https://proxy.golang.org,direct
- name: GOMODCACHE
value: /share/go/pkg/mod
volumeMounts:
Expand Down Expand Up @@ -156,7 +156,7 @@ presubmits:
# KAFKA_ADDRS=127.0.0.1:9092 make integration-test
env:
- name: GO_PROXY
value: http://goproxy.apps.svc,direct
value: https://proxy.golang.org,direct
- name: GOMODCACHE
value: /share/go/pkg/mod
volumeMounts:
Expand Down