Skip to content

Commit

Permalink
Bump go to 1.15
Browse files Browse the repository at this point in the history
Go crypto library for versions < 1.15 is not filling in the SKI field for CAs [1] so we bump to 1.15

[1] golang/go#26676
[2] https://go-review.googlesource.com/c/go/+/227098/

Signed-off-by: Quique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon committed Nov 10, 2020
1 parent 33fae7e commit 5f6598c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 391 deletions.
3 changes: 1 addition & 2 deletions go.mod
@@ -1,6 +1,6 @@
module github.com/nmstate/kubernetes-nmstate

go 1.13
go 1.15

require (
github.com/evanphx/json-patch v4.9.0+incompatible
Expand All @@ -20,7 +20,6 @@ require (
k8s.io/api v0.18.9
k8s.io/apimachinery v0.18.9
k8s.io/client-go v12.0.0+incompatible
k8s.io/klog v1.0.0
k8s.io/kubectl v0.18.2
k8s.io/release v0.4.0
kubevirt.io/qe-tools v0.1.6
Expand Down
279 changes: 0 additions & 279 deletions vendor/github.com/operator-framework/operator-sdk/pkg/log/zap/flags.go

This file was deleted.

0 comments on commit 5f6598c

Please sign in to comment.