mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 09:33:06 +00:00
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: https://github.com/cpuguy83/go-md2man/compare/v2.0.2...v2.0.7 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -22,7 +22,7 @@ set -eu -o pipefail
|
||||
# install `protobuild` and other commands
|
||||
go install github.com/containerd/protobuild@v0.3.0
|
||||
go install github.com/containerd/protobuild/cmd/go-fix-acronym@v0.3.0
|
||||
go install github.com/cpuguy83/go-md2man/v2@v2.0.2
|
||||
go install github.com/cpuguy83/go-md2man/v2@v2.0.7
|
||||
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.5
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
|
||||
|
||||
Reference in New Issue
Block a user