phlare: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:51 +09:00
parent 6c076c9106
commit 06b903ed27
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorHash = "sha256-y8IWS5OQkDYRTt5xOzzbjb1ya6AiFtvAc0YNH99KZBA=";
vendorHash = "sha256-l7+iDT9GAP9BX+xKvnx57iVF8wCM1YyHwq6dD9PbTDI=";
ldflags = let
prefix = "github.com/grafana/phlare/pkg/util/build";