Skip to content

Commit

Permalink
Merge pull request #5690 from thaJeztah/27.x_backport_bump_gomd2man
Browse files Browse the repository at this point in the history
[27.x backport] update go-md2man to v2.0.5
  • Loading branch information
thaJeztah authored Dec 13, 2024
2 parents fce7c04 + 12d98b0 commit 3fa9480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.22.0

//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/cpuguy83/go-md2man/v2 v2.0.4
// github.com/cpuguy83/go-md2man/v2 v2.0.5
// github.com/spf13/cobra v1.2.1
// github.com/spf13/pflag v1.0.5
//)
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/generate-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

: "${MD2MAN_VERSION=v2.0.4}"
: "${MD2MAN_VERSION=v2.0.5}"

export GO111MODULE=auto

Expand Down

0 comments on commit 3fa9480

Please sign in to comment.