File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-20.04
1515 strategy :
1616 matrix :
17- go : [ '1.17 ', '1.18 ' ]
17+ go : [ '1.18 ', '1.19 ' ]
1818 steps :
1919 -
2020 name : Checkout
2929 uses : golangci/golangci-lint-action@v2
3030 with :
3131 # 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 '
3333
3434 # Optional: working directory, useful for monorepos
3535 # working-directory: somedir
5454 run : go test -race -coverpkg=./... -coverprofile=coverage.out -covermode=atomic ./...
5555 -
5656 name : Codecov
57- if : matrix.go == '1.18 '
57+ if : matrix.go == '1.19 '
58585959 with :
6060 file : ./coverage.out # optional
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.step.sm/linkedca
33go 1.16
44
55require (
6- github.com/stretchr/testify v1.7.1 // indirect
6+ github.com/stretchr/testify v1.7.1
77 google.golang.org/grpc v1.38.0
88 google.golang.org/protobuf v1.26.0
99)
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
8686google.golang.org/protobuf v1.26.0-rc.1 /go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw =
8787google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk =
8888google.golang.org/protobuf v1.26.0 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
89+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
8990gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
9091gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
9192gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments