Skip to content

Commit

Permalink
feat: bump golangci-lint from 1.42 to 1.43 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored Nov 12, 2021
1 parent ef4b4a3 commit a4dd340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42
version: v1.43
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ linters:
- maligned
- scopelint
- tagliatelle
- varnamelen
presets:
- bugs
- complexity
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/editorconfig/editorconfig-core-go/v2

go 1.13
go 1.15

require (
github.com/google/go-cmp v0.5.6
Expand Down

0 comments on commit a4dd340

Please sign in to comment.