We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64a009 commit 25500b1Copy full SHA for 25500b1
Makefile
@@ -52,3 +52,8 @@ GO_LINT_DIRS ?= $(shell ls -d */ | grep -v build/)
52
lint: .rigbuild.docker-image.k0s
53
$(GO) install github.com/golangci/golangci-lint/cmd/[email protected]
54
$(GO_ENV) golangci-lint run --verbose --build-tags=$(subst $(space),$(comma),$(BUILD_GO_TAGS)) $(GOLANGCI_LINT_FLAGS) $(GO_LINT_DIRS)
55
+
56
+.PHONY: clean-gocache
57
+clean-gocache:
58
+ -chmod -R u+w -- '$(RIG_GO_BUILD_CACHE)/go/mod'
59
+ rm -rf -- '$(RIG_GO_BUILD_CACHE)/go'
0 commit comments