Browse Source

fix go version

pull/6045/merge
Chris Lu 4 days ago
parent
commit
b3d32fe73b
  1. 5
      .github/workflows/fuse-integration.yml

5
.github/workflows/fuse-integration.yml

@ -22,7 +22,6 @@ permissions:
contents: read contents: read
env: env:
GO_VERSION: '1.24'
TEST_TIMEOUT: '45m' TEST_TIMEOUT: '45m'
jobs: jobs:
@ -35,10 +34,10 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Go ${{ env.GO_VERSION }}
- name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: ${{ env.GO_VERSION }}
go-version-file: 'go.mod'
- name: Install FUSE and dependencies - name: Install FUSE and dependencies
run: | run: |

Loading…
Cancel
Save