Skip to content

Commit

Permalink
fix: disable wrong lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 28, 2023
1 parent 25d623c commit 621c983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-vet.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@master
with:
go-version: ^1.18
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@master
with:
go-version: ^1.18
go-version: ^1.20

- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Expand Up @@ -18,7 +18,7 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
#- depguard
- dogsled
- dupl
- errcheck
Expand All @@ -39,7 +39,7 @@ linters:
- nolintlint
- rowserrcheck
- staticcheck
- structcheck
#- structcheck
#- stylecheck
- typecheck
- unconvert
Expand Down

0 comments on commit 621c983

Please sign in to comment.