Skip to content

Commit

Permalink
chore: Upgrade golangci-lint to v1.51.1 from v1.46.0
Browse files Browse the repository at this point in the history
Versions prior to v1.48.0 are incompatible with go v1.19, which
is in use since d33e994.

Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
  • Loading branch information
dlipovetsky committed Jan 14, 2023
1 parent a857160 commit 4b847d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ proto-internal:
@protoc --go_out=paths=source_relative:. server/internal/*.proto

# Dependency versions
GOLANGCI_VERSION = 1.46.0
GOLANGCI_VERSION = 1.51.1
GOTESTSUM_VERSION ?= 1.7.0
PROTOC_VERSION = 3.15.6
PROTOC_GEN_GO_VERSION = 1.26.0
Expand Down

0 comments on commit 4b847d9

Please sign in to comment.