Skip to content

Revert "Work around broken 'go get golang.org/x/lint'" to utilize GOPROXY on Go 1.13+

Takuya Noguchi requested to merge drop-golint-workaround-due-to-goproxy into master

What does this MR do?

Reverts d2c430aa.

Why does this MR do?

As with !69 (merged) Go 1.13, which supports GOPROXY set by default (https://golang.org/doc/go1.13#modules), is now used, we do not have to use github.com as proxy.

What are the relevant issue numbers?

n/a

Does this MR meet the acceptance criteria?

Edited by Takuya Noguchi

Merge request reports