Merge pull request #5771 from thaJeztah/update_md2man
Update cpuguy83/go-md2man binary to v2.0.1
This commit is contained in:
commit
e325184c8c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
||||
with:
|
||||
path: src/github.com/containerd/containerd
|
||||
|
||||
- run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.0
|
||||
- run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.1
|
||||
|
||||
- run: make man
|
||||
working-directory: src/github.com/containerd/containerd
|
||||
|
@ -33,5 +33,5 @@ GO111MODULE=on go get github.com/stevvooe/protobuild
|
||||
GO111MODULE=off go get -d github.com/gogo/googleapis || true
|
||||
GO111MODULE=off go get -d github.com/gogo/protobuf || true
|
||||
|
||||
GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.0
|
||||
GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.1
|
||||
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.38.0
|
||||
|
Loading…
Reference in New Issue
Block a user