File tree Expand file tree Collapse file tree 5 files changed +200
-188
lines changed Expand file tree Collapse file tree 5 files changed +200
-188
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
strategy :
16
16
matrix :
17
- go : [ '1.17 ', '1.18 ' ]
17
+ go : [ '1.18 ', '1.19 ' ]
18
18
steps :
19
19
-
20
20
name : Checkout
29
29
uses : golangci/golangci-lint-action@v2
30
30
with :
31
31
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
32
- version : ' v1.45.0 '
32
+ version : ' v1.48 '
33
33
34
34
# Optional: working directory, useful for monorepos
35
35
# working-directory: somedir
54
54
run : go test -race -coverpkg=./... -coverprofile=coverage.out -covermode=atomic ./...
55
55
-
56
56
name : Codecov
57
- if : matrix.go == '1.18 '
57
+ if : matrix.go == '1.19 '
58
58
59
59
with :
60
60
file : ./coverage.out # optional
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.step.sm/linkedca
3
3
go 1.16
4
4
5
5
require (
6
- github.com/stretchr/testify v1.7.1 // indirect
6
+ github.com/stretchr/testify v1.7.1
7
7
google.golang.org/grpc v1.38.0
8
8
google.golang.org/protobuf v1.26.0
9
9
)
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
86
86
google.golang.org/protobuf v1.26.0-rc.1 /go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw =
87
87
google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk =
88
88
google.golang.org/protobuf v1.26.0 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
89
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
89
90
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
90
91
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
91
92
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments