loki: rebuild for go-1.23.0
This commit is contained in:
parent
107f2b8724
commit
853f9d7149
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue