This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new a9b0e336e fix(ci): Fix golang version file setup in coverage workflow
a9b0e336e is described below

commit a9b0e336e1a5722e83624d82270744cf377a23b0
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Wed Oct 25 09:22:35 2023 +0200

    fix(ci): Fix golang version file setup in coverage workflow
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index fa591502e..dc938b8eb 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -60,7 +60,7 @@ jobs:
       - name: Setup go
         uses: actions/setup-go@v4
         with:
-          go-version-file: 'go.mod'
+          go-version-file: './${{ github.event.pull_request.head.repo.name 
}}/go.mod'
           check-latest: true
 
       - name: Get New Coverage

Reply via email to