summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-18 00:41:52 -0600
committerJeff Carr <[email protected]>2024-12-18 00:41:52 -0600
commit4879befeb3ad89f0357f995413afcab904296599 (patch)
tree5cd9ebfab4f1b2275d34512383f29b89322a4fce /main.go
parent063e4e57c87c5e6c37709c9b327cf60ad80709d6 (diff)
parse out the required golang versionv0.0.18
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 0de3a5a..6bed396 100644
--- a/main.go
+++ b/main.go
@@ -16,6 +16,8 @@ import (
var VERSION string
var BUILDTIME string
+var golangVersion string = "1.21"
+
var pp *arg.Parser
var forge *forgepb.Forge