mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 17:57:44 +08:00
build: lint with go1.18 until golangci-lint is updated
See: https://github.com/golangci/golangci-lint/pull/3037
This commit is contained in:
parent
8125b1cf08
commit
2170376d1b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -227,6 +227,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# FIXME temporary until golangci-lint supports go1.19
|
||||
go-version: 1.18.x
|
||||
|
||||
- name: Code quality test
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user