Skip to content

Commit 38d92b7

Browse files
committed
ffs
1 parent 3f7e1aa commit 38d92b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lint: ## Lint all Golang files
1717

1818
lint-ci: ## Lint all Golang files (CI - readonly vendor mode)
1919
@echo "Linting all Go files (CI mode - fuck vendor validation)..."
20-
@go tool -mod=readonly golangci-lint run --timeout=30m0s ./...
20+
@GOFLAGS=-mod=readonly go tool golangci-lint run --timeout=30m0s ./...
2121

2222
lint-fix: ## Lint all Golang files and fix
2323
@echo "Linting all Go files..."

0 commit comments

Comments
 (0)