Skip to content

Commit

Permalink
Merge pull request #4446 from nickmango/feature/golang-lint
Browse files Browse the repository at this point in the history
Feature/Golang Lint version
  • Loading branch information
nickmango authored Sep 30, 2024
2 parents 9f5aeb1 + c0af33c commit f7da95e
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 f7da95e

Please sign in to comment.