diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c9fc23d..56f7a43a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: with: path: src/github.com/containerd/containerd - - run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.0 + - run: GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.1 - run: make man working-directory: src/github.com/containerd/containerd diff --git a/script/setup/install-dev-tools b/script/setup/install-dev-tools index 8ec65cf1e..c88cff57b 100755 --- a/script/setup/install-dev-tools +++ b/script/setup/install-dev-tools @@ -33,5 +33,5 @@ GO111MODULE=on go get github.com/stevvooe/protobuild GO111MODULE=off go get -d github.com/gogo/googleapis || true GO111MODULE=off go get -d github.com/gogo/protobuf || true -GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.0 +GO111MODULE=on go get github.com/cpuguy83/go-md2man/v2@v2.0.1 GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.38.0