loki: rebuild for go-1.23.0

This commit is contained in:
classabbyamp 2024-08-14 23:01:09 -04:00
parent 107f2b8724
commit 853f9d7149
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'loki'
pkgname=loki
version=3.1.1
revision=1
revision=2
build_style=go
go_import_path="github.com/grafana/loki/v3"
go_package="${go_import_path}/cmd/loki ${go_import_path}/cmd/logcli
@ -14,3 +14,8 @@ license="Apache-2.0"
homepage="https://grafana.com/oss/loki/"
distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
checksum=d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf
pre_configure() {
go get github.com/grafana/pyroscope-go/godeltaprof@v0.1.7
go mod vendor
}