diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f6ec4be..7965acb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -241,7 +241,7 @@ jobs: - name: Cache Go modules if: ${{ hashFiles('**/go.sum') != '' }} - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | ~/.cache/go-build diff --git a/flake.nix b/flake.nix index 356be7c..7308c17 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ version = "0.1.0"; src = ./.; - vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; + vendorHash = "sha256-hZj/PDNsWGplSrOgzJtL09/oFXHZ4zdS7BiRS+oy5bw="; ldflags = [ "-s"