Skip to content

Commit

Permalink
Bump golangci-lint docker image in makefile (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall authored May 24, 2024
1 parent 99b85e2 commit d74946f
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 @@ -6,7 +6,7 @@ format:
goimports -w `find . -name '*.go'`

lint:
docker run --rm -v ${CURDIR}:/app -w /app golangci/golangci-lint:v1.55 golangci-lint run -v
docker run --rm -v ${CURDIR}:/app -w /app golangci/golangci-lint:v1.58 golangci-lint run -v

unittests:
go test ./cmd/... ./internal/...
Expand Down

0 comments on commit d74946f

Please sign in to comment.