From 51249743a7261d40aaed066e70ddc9bfa6d3ec28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 13 Mar 2025 09:44:23 +0100 Subject: [PATCH] scripts/update-vendor-hash.sh: run go mod tidy --- scripts/update-vendor-hash.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-vendor-hash.sh b/scripts/update-vendor-hash.sh index 4cd02a7..f36207c 100755 --- a/scripts/update-vendor-hash.sh +++ b/scripts/update-vendor-hash.sh @@ -3,6 +3,7 @@ set -exuo pipefail +go mod tidy failedbuild=$(nix build --impure --expr '(with import {}; pkgs.callPackage ./. { vendorHash = ""; }).sops-install-secrets' 2>&1 || true) echo "$failedbuild" checksum=$(echo "$failedbuild" | awk '/got:.*sha256/ { print $2 }')