Skip to content

Commit 4902adb

Browse files
thaJeztahestesp
authored andcommitted
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 <github@gone.nl> (cherry picked from commit 62bbdce) Signed-off-by: Phil Estes <estesp@gmail.com>
1 parent a4771a8 commit 4902adb

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/v2@v2.0.2
111+
- run: go install github.com/cpuguy83/go-md2man/v2@v2.0.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/protobuild@v0.3.0
2424
go install github.com/containerd/protobuild/cmd/go-fix-acronym@v0.3.0
25-
go install github.com/cpuguy83/go-md2man/v2@v2.0.2
25+
go install github.com/cpuguy83/go-md2man/v2@v2.0.7
2626
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
2727
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
2828
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0

0 commit comments

Comments
 (0)