Browse Source

update golangci-lint

pull/16263/head
DanStough 2 years ago
parent
commit
2c757fac4f
No known key found for this signature in database
GPG Key ID: D994ED7D73D7809
  1. 2
      GNUmakefile

2
GNUmakefile

@ -7,7 +7,7 @@ SHELL = bash
# These version variables can either be a valid string for "go install <module>@<version>"
# or the string @DEV to imply use what is currently installed locally.
###
GOLANGCI_LINT_VERSION='v1.50.1'
GOLANGCI_LINT_VERSION='v1.51.1'
MOCKERY_VERSION='v2.15.0'
BUF_VERSION='v1.4.0'
PROTOC_GEN_GO_GRPC_VERSION="v1.2.0"

Loading…
Cancel
Save