diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9760dce..4cd5916 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,6 +55,7 @@ jobs: run: | git reset --hard git clean -f + nix develop --command gofmt -l . nix develop --command test -z $(gofmt -l .) build_images: diff --git a/src/cartservice/consts/consts.go b/src/cartservice/consts/consts.go index 4b1a7be..8ee3f38 100644 --- a/src/cartservice/consts/consts.go +++ b/src/cartservice/consts/consts.go @@ -3,4 +3,3 @@ package consts const ( KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id" ) - diff --git a/src/frontend/consts/consts.go b/src/frontend/consts/consts.go index 4b1a7be..8ee3f38 100644 --- a/src/frontend/consts/consts.go +++ b/src/frontend/consts/consts.go @@ -3,4 +3,3 @@ package consts const ( KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id" ) - diff --git a/src/productcatalogservice/consts/consts.go b/src/productcatalogservice/consts/consts.go index 4b1a7be..8ee3f38 100644 --- a/src/productcatalogservice/consts/consts.go +++ b/src/productcatalogservice/consts/consts.go @@ -3,4 +3,3 @@ package consts const ( KardinalTraceIdHeaderKey = "X-Kardinal-Trace-Id" ) -