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.
This commit is contained in:
Ian Littman
2025-04-01 16:19:21 -05:00
committed by GitHub
parent e6337b09c5
commit 6be5cf55cb
+1 -1
View File
@@ -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: |