Skip to content

Commit

Permalink
Upgrade staticcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
makon committed Dec 11, 2023
1 parent 1d2853d commit 514f2b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/golint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.7.0
with:
go-version: "1.19.x"
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1.1"
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.7.0
with:
go-version: "1.19.x"
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1.6"

0 comments on commit 514f2b6

Please sign in to comment.