Skip to content

Commit

Permalink
Linter update
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Oct 3, 2024
1 parent ed13e53 commit 059f4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ linters-settings:
gofmt:
simplify: true
gofumpt:
lang-version: "1.21"
lang-version: "1.23"
extra-rules: false
gosimple:
go: "1.21"
go: "1.23"
checks: [ "all" ]
dupl:
threshold: 120
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test:
tools:
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0

protoc: $(shell find ./proto -name '*.proto')
protoc --go_out=. --go_opt=paths=source_relative proto/engine.proto
Expand Down

0 comments on commit 059f4ae

Please sign in to comment.