Commit 72d82e7 1 parent 3a88868 commit 72d82e7 Copy full SHA for 72d82e7
File tree 4 files changed +145
-77
lines changed
4 files changed +145
-77
lines changed Original file line number Diff line number Diff line change 71
71
72
72
- name : Upload binaries to release
73
73
if : contains(github.ref, 'tags')
74
- uses : svenstaro/upload-release-action@v1-release
74
+ uses : svenstaro/upload-release-action@v2
75
75
with :
76
76
repo_token : ${{ secrets.GITHUB_TOKEN }}
77
77
# hacky glob pattern because this does not accept multiple patterns
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ require (
9
9
github.com/konsorten/go-windows-terminal-sequences v1.0.3
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/sirupsen/logrus v1.7.0
12
- github.com/spf13/cobra v1.1.1
13
- github.com/stretchr/testify v1.6.1
14
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
15
- k8s.io/api v0.19.4
16
- k8s.io/apimachinery v0.19.4
17
- k8s.io/cli-runtime v0.19.4
18
- k8s.io/client-go v0.19.4
12
+ github.com/spf13/cobra v1.1.3
13
+ github.com/stretchr/testify v1.7.0
14
+ golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
15
+ k8s.io/api v0.20.2
16
+ k8s.io/apimachinery v0.20.2
17
+ k8s.io/cli-runtime v0.20.2
18
+ k8s.io/client-go v0.20.2
19
19
)
20
20
21
21
go 1.15
You can’t perform that action at this time.
0 commit comments