Skip to content

Commit

Permalink
Set minimum go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
darenliang committed Jul 17, 2022
1 parent 33eeb4d commit 899965f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
check-latest: true
- name: Install WinFsp
run: choco install winfsp --pre
Expand All @@ -35,6 +36,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
check-latest: true
- name: Install libfuse
run: sudo apt-get install -y libfuse-dev
Expand All @@ -54,6 +56,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
check-latest: true
- name: Install macfuse
run: brew install macfuse
Expand Down

0 comments on commit 899965f

Please sign in to comment.