Merge pull request from minikube-bot/jenkins-releases.json-v1.13.0

update releases.json to include v1.13.0
pull/8978/head
Thomas Strömberg 2020-09-03 16:40:07 -07:00 committed by GitHub
commit d5f46550bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions
deploy/minikube

View File

@ -1,4 +1,12 @@
[ [
{
"name": "v1.13.0",
"checksums": {
"darwin": "5a51ad5147e7152801fce7215676d241989a915b346cf80c814c80f732b172ba",
"linux": "08d1522475e425188863cc2ab664bac8b1df3fa29e87edb6cba17aea82b63fbb",
"windows": "969121a5e932d279451d777fb7a844835949e00f2004d3f92f027ae86dc3acb1"
}
},
{ {
"name": "v1.12.3", "name": "v1.12.3",
"checksums": { "checksums": {

1
go.mod
View File

@ -72,6 +72,7 @@ require (
github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097 github.com/zchee/go-vmnet v0.0.0-20161021174912-97ebf9174097
golang.org/x/build v0.0.0-20190927031335-2835ba2e683f golang.org/x/build v0.0.0-20190927031335-2835ba2e683f
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200523222454-059865788121 golang.org/x/sys v0.0.0-20200523222454-059865788121