Skip to content

Commit

Permalink
Update linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
filanov committed Oct 19, 2024
1 parent 2002ffe commit e3c8711
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 @@ -3,7 +3,7 @@ PWD = $(shell pwd)
all: lint test

lint:
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run -v
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v1.61.0 golangci-lint run -v

test:
go test -v ./... -cover -ginkgo.v

0 comments on commit e3c8711

Please sign in to comment.