Skip to content

Commit

Permalink
Remove unnecessary Makefile recipe dependency (#2648)
Browse files Browse the repository at this point in the history
The CA root should be updated automatically by GH Action.

Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek authored Jan 14, 2025
1 parent cd59f97 commit 28225ce
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 @@ -79,7 +79,7 @@ $(BIN_GOLANGCI_LINT):
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.62.2

.PHONY: generate/zz_filesystem_generated.go
generate/zz_filesystem_generated.go: clean_templates templates/certs/ca-certificates.crt
generate/zz_filesystem_generated.go: clean_templates
go generate pkg/functions/templates_embedded.go

.PHONY: clean_templates
Expand Down

0 comments on commit 28225ce

Please sign in to comment.