Merge pull request #5046 from spiffxp/use-go1.15

Update to go1.15, fix local make verify
This commit is contained in:
Kubernetes Prow Robot 2020-08-18 22:59:11 -07:00 committed by GitHub
commit ccea98662e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module k8s.io/community
go 1.12
go 1.15
require (
github.com/client9/misspell v0.3.4

View File

@ -21,7 +21,6 @@ set -o pipefail
CRT_DIR=$(pwd)
VERIFY_TEMP=$(mktemp -d 2>/dev/null || mktemp -d -t k8s-community.XXXXXX)
WORKING_DIR="${VERIFY_TEMP}/src/testgendocs"
GOPATH="${VERIFY_TEMP}"
mkdir -p "${WORKING_DIR}"
function cleanup {