mirror of
https://github.com/rclone/rclone.git
synced 2026-01-20 01:13:15 +00:00
Revert "build: downgrade linter to use go1.24 until it is fixed for go1.25"
This reverts commit 8f84f91666.
This commit is contained in:
committed by
Nick Craig-Wood
parent
70b862f026
commit
115cff3007
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -224,7 +224,7 @@ jobs:
|
||||
id: setup-go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24'
|
||||
go-version: '>=1.24.0-rc.1'
|
||||
check-latest: true
|
||||
cache: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user