Skip to content

Commit

Permalink
Feature/Golang Lint version
Browse files Browse the repository at this point in the history
- Upgraded lint version to v1.61.0

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Sep 30, 2024
1 parent 9f5aeb1 commit c0af33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ifeq "$(shell uname -s)" "Linux"
endif

LINT_TOOL=$(shell go env GOPATH)/bin/golangci-lint
LINT_VERSION=v1.51.2
LINT_VERSION=v1.61.0
SWAGGER_DIR=$(ROOT_DIR)/swagger
SWAGGER_BIN_DIR=/usr/local/bin
SWAGGER_TOOL_VERSION=v0.30.3
Expand Down

0 comments on commit c0af33c

Please sign in to comment.