diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da8220caca4..71578ab6631 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,6 @@ repos: - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.55.1 hooks: - id: golangci-lint diff --git a/feature_flag.go b/feature_flag.go index fc215243709..82ed834bd31 100644 --- a/feature_flag.go +++ b/feature_flag.go @@ -141,7 +141,7 @@ func (g *GoFeatureFlag) startFlagUpdaterDaemon() { func retrieveFlagsAndUpdateCache(config Config, cache cache.Manager) error { retrievers, err := config.GetRetrievers() if err != nil { - log.Printf("error while getting the file retriever: %v", err) + fflog.Printf(config.Logger, "error while getting the file retriever: %v", err) return err }