From 6be5cf55cba072022ffb3c593a3e74769a419b28 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Tue, 1 Apr 2025 16:19:21 -0500 Subject: [PATCH] Fix path for go-version-file in FMA ingest job (#27744) When Go version switched from being hardcoded to being based off of the deps file, Fleet being checked out into a subdir wasn't taken into account, so FMA ingest jobs started failing. This adds the (hopefully) correct dir to fix the issue and get FMA ingest working again. --- .github/workflows/ingest-maintained-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ingest-maintained-apps.yml b/.github/workflows/ingest-maintained-apps.yml index e2ff6504c5..5b2b753f2f 100644 --- a/.github/workflows/ingest-maintained-apps.yml +++ b/.github/workflows/ingest-maintained-apps.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: cache: false - go-version-file: 'go.mod' + go-version-file: 'fleet/go.mod' - name: Ingest maintained apps run: |