diff --git a/.github/workflows/fuse-integration.yml b/.github/workflows/fuse-integration.yml index cfbd5e2eb..e62f1c597 100644 --- a/.github/workflows/fuse-integration.yml +++ b/.github/workflows/fuse-integration.yml @@ -22,7 +22,6 @@ permissions: contents: read env: - GO_VERSION: '1.24' TEST_TIMEOUT: '45m' jobs: @@ -35,10 +34,10 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - - name: Set up Go ${{ env.GO_VERSION }} + - name: Set up Go uses: actions/setup-go@v6 with: - go-version: ${{ env.GO_VERSION }} + go-version-file: 'go.mod' - name: Install FUSE and dependencies run: |