summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 08:46:01 -0600
committerJeff Carr <[email protected]>2024-12-15 08:46:01 -0600
commit8018774c1018467fcc7f5a45532d7068ac5634a8 (patch)
tree0b9fc6e3f1c35bed2553faf112ca4ebb2c5c980e /argv.go
parent84cf8265a036b72304eebeb01e48b1a6ed5630a8 (diff)
try to fix building with go.workv0.0.10
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 571c26f..3a80510 100644
--- a/argv.go
+++ b/argv.go
@@ -26,7 +26,7 @@ func (a args) Description() string {
go-mod-clean will try to verify your go.* files are using the newest package versions
* Recreate go.* with 'go mod init' and 'go mod tidy'
-* Set your required go in go.mod (default is go1.20
+* Set your required go in go.mod (default is go1.21
* Check that the most recent master branch versions are used
* Try to trim go.sum of non-existent entries
`