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

See: https://github.com/golangci/golangci-lint/pull/3037
This commit is contained in:
Nick Craig-Wood 2022-08-03 12:07:52 +01:00
parent 8125b1cf08
commit 2170376d1b
1 changed files with 3 additions and 0 deletions

View File

@ -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