Skip to content

Commit

Permalink
Update version of golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Waltlova <[email protected]>
  • Loading branch information
andywaltlova committed Aug 17, 2023
1 parent 53989d9 commit b55cfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ linters:
disable-all: true
run:
timeout: 5m
go: '1.16'
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: ^(development/mosquitto/mosquitto.conf)

repos:
- repo: "https://github.com/golangci/golangci-lint"
rev: "v1.53.3"
rev: "v1.54.1"
hooks:
- id: golangci-lint

Expand Down

0 comments on commit b55cfcb

Please sign in to comment.