File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
name : lint
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - name : Set up Go 1.20.4
23
+ - name : Set up Go 1.19.9
24
24
uses : actions/setup-go@v4
25
25
with :
26
- go-version : ' 1.20.4 '
26
+ go-version : ' 1.19.9 '
27
27
cache : false
28
28
- uses : actions/checkout@v3
29
29
- name : golangci-lint
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
25
- - name : Set up Go 1.20.4
25
+ - name : Set up Go 1.19.9
26
26
uses : actions/setup-go@v4
27
27
with :
28
- go-version : ' 1.20.4 '
28
+ go-version : ' 1.19.9 '
29
29
cache : false
30
30
id : go
31
31
Original file line number Diff line number Diff line change 1
1
module github.com/openebs/lib-csi
2
2
3
- go 1.20
3
+ go 1.19
4
4
5
5
require (
6
- github.com/container-storage-interface/spec v1.8 .0
6
+ github.com/container-storage-interface/spec v1.1 .0
7
7
github.com/google/uuid v1.3.0
8
8
github.com/pkg/errors v0.9.1
9
9
google.golang.org/grpc v1.55.0
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
10
10
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
11
11
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 /go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk =
12
12
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed /go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs =
13
- github.com/container-storage-interface/spec v1.8 .0 h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI =
14
- github.com/container-storage-interface/spec v1.8 .0 /go.mod h1:ROLik+GhPslwwWRNFF1KasPzroNARibH2rfz1rkg4H0 =
13
+ github.com/container-storage-interface/spec v1.1 .0 h1:qPsTqtR1VUPvMPeK0UnCZMtXaKGyyLPG8gj/wG6VqMs =
14
+ github.com/container-storage-interface/spec v1.1 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
15
15
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
16
16
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
17
17
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments