diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:46:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:46:01 -0600 |
| commit | 8018774c1018467fcc7f5a45532d7068ac5634a8 (patch) | |
| tree | 0b9fc6e3f1c35bed2553faf112ca4ebb2c5c980e /argv.go | |
| parent | 84cf8265a036b72304eebeb01e48b1a6ed5630a8 (diff) | |
try to fix building with go.workv0.0.10
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ` |
