Merge pull request #3738 from thaJeztah/update_cli_docs_tool

update cli-docs-tool to v0.5.0
This commit is contained in:
Sebastiaan van Stijn
2022-08-20 15:43:47 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ go 1.16
//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/docker/cli-docs-tool v0.3.0
// github.com/docker/cli-docs-tool v0.5.0
//)
//
//replace github.com/docker/cli v0.0.0+incompatible => ../
+1 -1
View File
@@ -2,7 +2,7 @@
set -eu
: "${CLI_DOCS_TOOL_VERSION=v0.3.1}"
: "${CLI_DOCS_TOOL_VERSION=v0.5.0}"
export GO111MODULE=auto