Merge pull request #5771 from thaJeztah/update_md2man

Update cpuguy83/go-md2man binary to v2.0.1
This commit is contained in:
Phil Estes 2021-07-21 10:03:59 -04:00 committed by GitHub
commit e325184c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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