1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: downgrade linter to use go1.24 until it is fixed for go1.25

This commit is contained in:
Nick Craig-Wood
2025-08-13 15:48:09 +01:00
parent 2c91772bf1
commit 8f84f91666

View File

@@ -224,7 +224,7 @@ jobs:
id: setup-go id: setup-go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '>=1.24.0-rc.1' go-version: '1.24'
check-latest: true check-latest: true
cache: false cache: false