phlare: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:05:23 +09:00
parent 6c076c9106
commit 06b903ed27
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ buildGoModule rec {
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-y8IWS5OQkDYRTt5xOzzbjb1ya6AiFtvAc0YNH99KZBA="; vendorHash = "sha256-l7+iDT9GAP9BX+xKvnx57iVF8wCM1YyHwq6dD9PbTDI=";
ldflags = let ldflags = let
prefix = "github.com/grafana/phlare/pkg/util/build"; prefix = "github.com/grafana/phlare/pkg/util/build";