We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d3f780 + a9e6180 commit 1673cd8Copy full SHA for 1673cd8
2 files changed
scripts/vendor
@@ -18,7 +18,7 @@ init() {
18
cat > go.mod <<EOL
19
module github.com/docker/cli
20
21
-go 1.22.0
+go 1.23.0
22
EOL
23
}
24
vendor.mod
@@ -4,7 +4,7 @@ module github.com/docker/cli
4
// There is no 'go.mod' file, as that would imply opting in for all the rules
5
// around SemVer, which this repo cannot abide by as it uses CalVer.
6
7
8
9
require (
10
dario.cat/mergo v1.0.1
0 commit comments