diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dd8e82..200347a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Lint # Third-party action, pin to commit SHA! # See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 + uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 - name: Test run: go test -v ./...