1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00

Revert "build: lint with go1.18 until golangci-lint is updated"

This reverts commit 2170376d1be915a24cc94046e30017ce47cfabc6.
This commit is contained in:
Nick Craig-Wood 2022-08-05 16:04:54 +01:00
parent 918bd6d3c3
commit 876f791ecd

View File

@ -227,9 +227,6 @@ 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