git: 1e56cad00e6e - main - dns/doggo: Switch to go1.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 15:38:57 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e56cad00e6e900dbd17536f9b39daec807a8127 commit 1e56cad00e6e900dbd17536f9b39daec807a8127 Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2023-02-03 15:33:09 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2023-02-03 15:36:41 +0000 dns/doggo: Switch to go1.19 go1.18 is out of support, switch to go1.19. Approved by: yuri (maintainer) --- dns/doggo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/doggo/Makefile b/dns/doggo/Makefile index a5cdc5b58581..2d0101fbf349 100644 --- a/dns/doggo/Makefile +++ b/dns/doggo/Makefile @@ -1,6 +1,7 @@ PORTNAME= doggo DISTVERSIONPREFIX= v DISTVERSION= 0.5.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns @@ -11,7 +12,7 @@ WWW= https://github.com/mr-karan/doggo LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.18,modules +USES= go:1.19,modules GO_MODULE= github.com/mr-karan/doggo GO_TARGET= ./cmd/${PORTNAME}