Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
okokes-akamai committed Apr 8, 2024
1 parent 5cb4d18 commit 59bdca2
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 599 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
IMG ?= linode/linode-cloud-controller-manager:canary
RELEASE_DIR ?= release
GOLANGCI_LINT_IMG := golangci/golangci-lint:v1.55-alpine
PLATFORM ?= linux/amd64

export GO111MODULE=on
Expand All @@ -26,9 +25,9 @@ vet: fmt
.PHONY: lint
lint:
docker run --rm -v "$(shell pwd):/var/work:ro" -w /var/work \
golangci/golangci-lint:v1.55.2 golangci-lint run -v --timeout=5m
golangci/golangci-lint:v1.57.2 golangci-lint run -v --timeout=5m
docker run --rm -v "$(shell pwd):/var/work:ro" -w /var/work/e2e \
golangci/golangci-lint:v1.55.2 golangci-lint run -v --timeout=5m
golangci/golangci-lint:v1.57.2 golangci-lint run -v --timeout=5m

.PHONY: fmt
fmt:
Expand Down
Loading

0 comments on commit 59bdca2

Please sign in to comment.