Skip to content

Commit

Permalink
Bump up golangci-lint to v1.49
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
  • Loading branch information
ktock committed Aug 25, 2022
1 parent 210d958 commit 022c934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.47
version: v1.49
args: --verbose

project:
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
@@ -1,7 +1,5 @@
linters:
enable:
- structcheck
- varcheck
- staticcheck
- unconvert
- gofmt
Expand Down

0 comments on commit 022c934

Please sign in to comment.