git: f93748e97f75 - main - sysutils/loki: Leave a comment that Go version pinning is required
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 22:36:18 UTC
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=f93748e97f75c4d75a89ed3942798996827dec52 commit f93748e97f75c4d75a89ed3942798996827dec52 Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2023-02-18 22:34:16 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2023-02-18 22:35:26 +0000 sysutils/loki: Leave a comment that Go version pinning is required --- sysutils/loki/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index e54aabd0d2ae..0adb5eb8cb65 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/grafana/loki LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +# Please keep this port always pinned to a specific version of Go, +# it fails at runtime if built with version that it does not support. USES= go:1.19,modules cpe CPE_VENDOR= grafana USE_GITHUB= yes