git: d22a04fe6a7d - main - devel/golangci-lint: Pin Go version to 1.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 01:08:49 UTC
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