diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95454a9..0d39adb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: DeterminateSystems/nix-installer-action@v17 - name: Run unit tests run: nix develop --command go test -v -coverprofile=coverage.txt ./...