summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-23 17:40:23 -0500
committerJeff Carr <[email protected]>2025-05-23 17:40:23 -0500
commit2b85f5e17dda4bea2b9403668c66e291dfa67591 (patch)
treed69031d70664e52326a0a1cbf0ce5eaefad9e952 /main.go
parent4bbf8c76bc83cc6ed942be1f13a944e40a4924df (diff)
remove attempts to set go version
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index a98fb38..f05ef97 100644
--- a/main.go
+++ b/main.go
@@ -17,8 +17,6 @@ var BUILDTIME string
// used for shell auto completion
var ARGNAME string = "go-mod-clean"
-var golangVersion string = "1.22"
-
var pp *arg.Parser
var forge *forgepb.Forge