diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index b3e0641..66c6166 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -21,7 +21,7 @@ jobs: uses: ./.github/actions/go-check-setup if: hashFiles('./.github/actions/go-check-setup') != '' - name: Install staticcheck - run: go install honnef.co/go/tools/cmd/staticcheck@4970552d932f48b71485287748246cf3237cebdf # 2023.1 (v0.4.0) + run: go install honnef.co/go/tools/cmd/staticcheck@56172d41b117cc2c2f99f65fe0a790c8d7d7ea66 # 2024.1.1 (v0.5.1) - name: Check that go.mod is tidy uses: protocol/multiple-go-modules@v1.2 with: