1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00

build: use go1.23 for the linter

This reverts commit 485aa90d13.

As the upstream problem is now fixed by golangci-lint v1.60.1
This commit is contained in:
Nick Craig-Wood 2024-08-14 18:26:25 +01:00
parent 61b27cda80
commit e1d935b854

View File

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