From ee2868ed09c2df9d9780af3c8774faad93958c30 Mon Sep 17 00:00:00 2001 From: Fabian Burth Date: Tue, 9 Sep 2025 10:06:53 +0200 Subject: [PATCH] chore: point to ocm go mod file for go version Signed-off-by: Fabian Burth --- .github/workflows/integrationtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index 2aaa7ba..2de1a50 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -103,7 +103,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version-file: '${{ github.workspace }}/go.mod' + go-version-file: '${{ github.workspace }}/ocm/go.mod' - name: create-cert run: | FDQN_NAME=`hostname --fqdn`