Skip to content

Commit

Permalink
ci: bump golangci-lint to v1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed May 22, 2024
1 parent 712230b commit f02808e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Run Go Linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.54.2
version: v1.58.2

- name: Run Go tests
run: go test ./...
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ linters:
- goconst
- godox
- gofmt
- gomnd
- lll
- mnd
- misspell
linters-settings:
lll:
line-length: 100
tab-width: 4
gomnd:
mnd:
ignored-functions:
- "^make"

0 comments on commit f02808e

Please sign in to comment.