Skip to content

Commit

Permalink
.github: temporarily pin a Go 1.21 compatible commit of staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 10, 2023
1 parent de97b68 commit 2aa7d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v3
with:
staticcheck-version: 'cee67be0'
go-version: ${{ matrix.go-version }}
cache: true
- uses: creachadair/go-presubmit-action@v1

0 comments on commit 2aa7d77

Please sign in to comment.