diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 09:31:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 09:31:49 +0200 |
| commit | 0a877f7dfb975c51c9d57f095ab6f313682315cd (patch) | |
| tree | 6706d44b11e9aa0b20042083538b37c4c132ec94 /go.mod | |
| parent | 5b6683529f1c60a7115536edf144c04dfcc5eb7a (diff) | |
Improve scaffold: Vet/Clean targets, Uninstall guard, Install chmod, gitignore, go 1.24 (task 352)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module codeberg.org/snonux/geheim -go 1.22 +go 1.24 require github.com/magefile/mage v1.15.0 |
