diff --git a/docs/generate/go.mod b/docs/generate/go.mod index 325a35b0af..451d296533 100644 --- a/docs/generate/go.mod +++ b/docs/generate/go.mod @@ -3,7 +3,7 @@ module github.com/docker/cli/docs/generate // dummy go.mod to avoid dealing with dependencies specific // to docs generation and not really part of the project. -go 1.16 +go 1.22.0 //require ( // github.com/docker/cli v0.0.0+incompatible diff --git a/man/go.mod b/man/go.mod index ac13808850..238ac1ef41 100644 --- a/man/go.mod +++ b/man/go.mod @@ -3,7 +3,7 @@ module github.com/docker/cli/man // dummy go.mod to avoid dealing with dependencies specific // to manpages generation and not really part of the project. -go 1.16 +go 1.22.0 //require ( // github.com/docker/cli v0.0.0+incompatible diff --git a/scripts/vendor b/scripts/vendor index eac9f8dea6..db8fd42be6 100755 --- a/scripts/vendor +++ b/scripts/vendor @@ -18,7 +18,7 @@ init() { cat > go.mod <