Skip to content

Commit e0a1fbb

Browse files
committed
prune uses of GO111MODULE=on
1 parent fc42a0a commit e0a1fbb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Please see https://git.k8s.io/community/CLA.md for more info
2222
```
2323
1. Test
2424
```bash
25-
GO111MODULE=on TRACE=1 ./hack/check-everything.sh
25+
TRACE=1 ./hack/check-everything.sh
2626
```
2727

hack/check-everything.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function fetch_go_tools {
7070
header_text "Checking for gometalinter.v2"
7171
if ! is_installed golangci-lint; then
7272
header_text "Installing golangci-lint"
73-
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/[email protected]
73+
go get github.com/golangci/golangci-lint/cmd/[email protected]
7474
fi
7575
}
7676

hack/ci-check-everything.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
set -e
1818

19-
export GO111MODULE=on
2019
export TRACE=1
2120

2221
# Not included or existing by default in Prow

0 commit comments

Comments
 (0)