diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 14:44:57 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 15:29:00 +0100 |
commit | a5a000df3b3697665460dbfbafe7120e306d8913 (patch) | |
tree | c671852eec209d647dc4392782ca401bf99d61c8 /sysutils/container-diff | |
parent | net/cloudflared: PIN to GO 1.20 (diff) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run)
Diffstat (limited to 'sysutils/container-diff')
-rw-r--r-- | sysutils/container-diff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index aaa772e82350..4b58939aed50 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -1,5 +1,6 @@ PORTNAME= container-diff PORTVERSION= 0.19.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils |