From e183dc830c2f05bc17207b08e0b009676524b966 Mon Sep 17 00:00:00 2001 From: Tibor Kiss <32801432+the1bit@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:42:12 +0100 Subject: [PATCH] Lint fix: dupword (#67) * dupword - Fix * Lint config --- .github/workflows/lint-go.yml | 2 +- cmd/eventing-publisher-proxy/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index a359b01..ef99563 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -16,4 +16,4 @@ jobs: uses: kyma-project/eventing-tools/.github/workflows/lint-go-reusable.yml@main with: go-version: '1.21' - lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/b740019d37e5b69c1a1383c71bb5fb5a44c6534e/config/lint/.golangci.yaml + lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/ca5d5cc431d9fb5cd12e7ef4c6c82331f203c630/config/lint/.golangci.yaml diff --git a/cmd/eventing-publisher-proxy/main.go b/cmd/eventing-publisher-proxy/main.go index f0bc730..135abc3 100644 --- a/cmd/eventing-publisher-proxy/main.go +++ b/cmd/eventing-publisher-proxy/main.go @@ -87,7 +87,7 @@ func main() { // Start the commander. if err := c.Start(); err != nil { - setupLogger.Fatalw("Failed to to start publisher", "error", err) + setupLogger.Fatalw("Failed to start publisher", "error", err) } setupLogger.Info("Shutdown the Event Publisher")