diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca06202..ea7d115 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run static checks - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 + uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 with: version: v1.51.1 # use our .golangci.yml and configure output to be logged in the GHA, in addition to annotating the commit.