diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-08-08 20:49:35 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-08-08 20:50:38 +0000 |
| commit | 4a24b8eb7ffb6167a5c3d6e9c0865fbf09c5db11 (patch) | |
| tree | 14cc0be18e06d4a3ff88775458dbb6e3f05cd7b9 /shells | |
| parent | 1110ecab06dd19233949b66afd1c40a9055d2502 (diff) | |
various: Drop Go 1.25+ version pin
This is a nop since 1.25 is the oldest version we support.
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/iris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/iris/Makefile b/shells/iris/Makefile index e85cf1f28d3a..53af9b6d3aa7 100644 --- a/shells/iris/Makefile +++ b/shells/iris/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/versenilvis/IRIS LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25+,modules +USES= go:modules GO_MODULE= github.com/versenilvis/iris GO_TARGET= ./cmd/iris |
