fix go version
This commit is contained in:
5
.github/workflows/fuse-integration.yml
vendored
5
.github/workflows/fuse-integration.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user