Date: Sat, 11 Mar 2023 01:08:49 GMT From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d22a04fe6a7d - main - devel/golangci-lint: Pin Go version to 1.19 Message-ID: <202303110108.32B18nRC041118@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=d22a04fe6a7d49c187eb259aeab79eef7f74c26c commit d22a04fe6a7d49c187eb259aeab79eef7f74c26c Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2023-03-11 01:03:19 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2023-03-11 01:03:19 +0000 devel/golangci-lint: Pin Go version to 1.19 --- devel/golangci-lint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 37c9533993ca..fa2cfc32dc31 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/golangci/golangci-lint LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:modules,1.19 _BUILD_VERSION= ${DISTVERSION} _BUILD_COMMIT= 8926a95
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303110108.32B18nRC041118>