Skip to content

Commit

Permalink
bump golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed May 5, 2023
1 parent 8d7f553 commit f1da366
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 @@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
GOOS := $(shell go env GOOS)
BUILD_LDFLAGS := -s -w
BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
GOLANGCI_LINT_VERSION := "v1.49.0"
GOLANGCI_LINT_VERSION := "v1.52.2"
PACKAGES := $(shell go list ./... | grep -v /config-example/)

DOCKER_IMAGE ?= "target/flottbot"
Expand Down

0 comments on commit f1da366

Please sign in to comment.