We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d27cb26 + 6d0c920 commit ccea986Copy full SHA for ccea986
go.mod
@@ -1,6 +1,6 @@
1
module k8s.io/community
2
3
-go 1.12
+go 1.15
4
5
require (
6
github.com/client9/misspell v0.3.4
hack/verify-generated-docs.sh
@@ -21,7 +21,6 @@ set -o pipefail
21
CRT_DIR=$(pwd)
22
VERIFY_TEMP=$(mktemp -d 2>/dev/null || mktemp -d -t k8s-community.XXXXXX)
23
WORKING_DIR="${VERIFY_TEMP}/src/testgendocs"
24
-GOPATH="${VERIFY_TEMP}"
25
mkdir -p "${WORKING_DIR}"
26
27
function cleanup {
0 commit comments