Commit 0275b16 1 parent 9c9180a commit 0275b16 Copy full SHA for 0275b16
File tree 4 files changed +144
-37
lines changed
4 files changed +144
-37
lines changed Original file line number Diff line number Diff line change 12
12
- name : Setup Go
13
13
uses : actions/setup-go@v1
14
14
with :
15
- go-version : 1.14
15
+ go-version : 1.15
16
16
- name : Checkout code
17
17
uses : actions/checkout@v2
18
18
- name : Run unit tests
33
33
- name : Release snapshot
34
34
uses : goreleaser/goreleaser-action@v2
35
35
with :
36
- version : v0.148.0
36
+ version : v0.155.1
37
37
args : release --snapshot --skip-publish --rm-dist
Original file line number Diff line number Diff line change 11
11
- name : Setup Go
12
12
uses : actions/setup-go@v1
13
13
with :
14
- go-version : 1.14
14
+ go-version : 1.15
15
15
- name : Checkout code
16
16
uses : actions/checkout@v2
17
17
with :
30
30
- name : Release
31
31
uses : goreleaser/goreleaser-action@v2
32
32
with :
33
- version : v0.148.0
33
+ version : v0.155.1
34
34
args : release --rm-dist
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
module github.com/aquasecurity/kubectl-who-can
2
2
3
- go 1.14
3
+ go 1.15
4
4
5
5
require (
6
- github.com/spf13/cobra v1.0.0
6
+ github.com/spf13/cobra v1.1.1
7
7
github.com/spf13/pflag v1.0.5
8
- github.com/stretchr/testify v1.6 .0
9
- k8s.io/api v0.17.6
10
- k8s.io/apiextensions-apiserver v0.17.6
11
- k8s.io/apimachinery v0.17.6
12
- k8s.io/cli-runtime v0.17.6
13
- k8s.io/client-go v0.17.6
8
+ github.com/stretchr/testify v1.7 .0
9
+ k8s.io/api v0.17.17
10
+ k8s.io/apiextensions-apiserver v0.17.17
11
+ k8s.io/apimachinery v0.17.17
12
+ k8s.io/cli-runtime v0.17.17
13
+ k8s.io/client-go v0.17.17
14
14
k8s.io/klog v1.0.0
15
15
)
You can’t perform that action at this time.
0 commit comments