Skip to content

Commit

Permalink
staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnote committed Dec 29, 2023
1 parent 32b2858 commit edc91c6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,14 @@ jobs:
- run: go vet ./...

staticcheck:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
go: ["1.21.x"]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
go-version: '1.21.5'
- uses: dominikh/[email protected]
with:
version: "2022.1.3"
Expand Down

0 comments on commit edc91c6

Please sign in to comment.