summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2023-03-11 01:06:08 +0000
committerLewis Cook <lcook@FreeBSD.org>2023-03-11 01:06:08 +0000
commiteca91a69a10c0310d101d1e32610794cc6da378d (patch)
treee4aa9f7318167956abdaebd796dcd14520ac49c8 /sysutils
parent46f445378884fe5746406c844d97005bb0253088 (diff)
downloadfreebsd-ports-eca91a69a10c0310d101d1e32610794cc6da378d.zip
sysutils/gdu: Pin Go version to 1.19
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gdu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile
index ecad42771c1e..cdd8559c9f6c 100644
--- a/sysutils/gdu/Makefile
+++ b/sysutils/gdu/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/dundee/gdu
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= go:modules
+USES= go:modules,1.19
USE_GITHUB= yes
GH_ACCOUNT= dundee
GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \