Skip to content

Commit 62bbdce

Browse files
committed
update go-md2man binary to v2.0.7
We updated the vendored dependency, but the binary was still left on an older version. full diff: cpuguy83/go-md2man@v2.0.2...v2.0.7 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 87742bd commit 62bbdce

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
@@ -108,7 +108,7 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- uses: ./.github/actions/install-go
111-
- run: go install github.com/cpuguy83/go-md2man/[email protected].2
111+
- run: go install github.com/cpuguy83/go-md2man/[email protected].7
112112
- run: make man
113113

114114
# Make sure binaries compile with other minor platforms.

script/setup/install-dev-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -eu -o pipefail
2222
# install `protobuild` and other commands
2323
go install github.com/containerd/[email protected]
2424
go install github.com/containerd/protobuild/cmd/[email protected]
25-
go install github.com/cpuguy83/go-md2man/[email protected].2
25+
go install github.com/cpuguy83/go-md2man/[email protected].7
2626
go install github.com/golangci/golangci-lint/v2/cmd/[email protected]
2727
go install google.golang.org/protobuf/cmd/[email protected]
2828
go install google.golang.org/grpc/cmd/[email protected]

0 commit comments

Comments
 (0)