Skip to content

Commit

Permalink
Fix the typecheck error reported by the lint GitHub action.
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Jiang <[email protected]>
  • Loading branch information
blackpiglet committed Apr 18, 2024
1 parent 976778a commit bbac4fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-linter-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Check out the code
uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ issues:
- govet
- staticcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
Expand All @@ -376,6 +377,7 @@ issues:
- noctx
- staticcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
Expand Down

0 comments on commit bbac4fa

Please sign in to comment.