Skip to content

Commit e325184

Browse files
authored
Merge pull request #5771 from thaJeztah/update_md2man
Update cpuguy83/go-md2man binary to v2.0.1
2 parents b809212 + d2b6d19 commit e325184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
path: src/github.com/containerd/containerd
131131

132-
- run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/[email protected].0
132+
- run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/[email protected].1
133133

134134
- run: make man
135135
working-directory: src/github.com/containerd/containerd

script/setup/install-dev-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ GO111MODULE=on go get github.com/stevvooe/protobuild
3333
GO111MODULE=off go get -d github.com/gogo/googleapis || true
3434
GO111MODULE=off go get -d github.com/gogo/protobuf || true
3535

36-
GO111MODULE=on go get github.com/cpuguy83/go-md2man/[email protected].0
36+
GO111MODULE=on go get github.com/cpuguy83/go-md2man/[email protected].1
3737
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/[email protected]

0 commit comments

Comments
 (0)