mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
e6337b09c5
commit
6be5cf55cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ingest-maintained-apps.yml
vendored
2
.github/workflows/ingest-maintained-apps.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue