mirror of https://github.com/docker/cli.git
Merge pull request #3738 from thaJeztah/update_cli_docs_tool
update cli-docs-tool to v0.5.0
This commit is contained in:
commit
90412400cd
|
@ -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 => ../
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -eu
|
||||
|
||||
: "${CLI_DOCS_TOOL_VERSION=v0.3.1}"
|
||||
: "${CLI_DOCS_TOOL_VERSION=v0.5.0}"
|
||||
|
||||
export GO111MODULE=auto
|
||||
|
||||
|
|
Loading…
Reference in New Issue