Skip to content

Commit

Permalink
bump golangcilint
Browse files Browse the repository at this point in the history
  • Loading branch information
okokes-akamai committed Feb 9, 2024
1 parent 9be9143 commit 2698bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ vet: fmt
.PHONY: lint
lint:
docker run --rm -v "$(shell pwd):/var/work:ro" -w /var/work \
golangci/golangci-lint:v1.56.0 golangci-lint run -v --timeout=5m
golangci/golangci-lint:v1.56.1 golangci-lint run -v --timeout=5m
docker run --rm -v "$(shell pwd):/var/work:ro" -w /var/work/e2e \
golangci/golangci-lint:v1.56.0 golangci-lint run -v --timeout=5m
golangci/golangci-lint:v1.56.1 golangci-lint run -v --timeout=5m

.PHONY: fmt
fmt:
Expand Down

0 comments on commit 2698bbf

Please sign in to comment.