mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02:00
build: use go1.23 for the linter
This reverts commit 485aa90d139358c6f3f46fde03cef89fc666ae98. As the upstream problem is now fixed by golangci-lint v1.60.1
This commit is contained in:
parent
61b27cda80
commit
e1d935b854
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user