1
0
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:
albertony
2025-08-19 14:39:18 +02:00
committed by Nick Craig-Wood
parent 70b862f026
commit 115cff3007

View File

@@ -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