Revert "build: lint with go1.18 until golangci-lint is updated"
This reverts commit 2170376d1b
.
This commit is contained in:
parent
918bd6d3c3
commit
876f791ecd
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -227,9 +227,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
# FIXME temporary until golangci-lint supports go1.19
|
|
||||||
go-version: 1.18.x
|
|
||||||
|
|
||||||
- name: Code quality test
|
- name: Code quality test
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
|
|
Loading…
Reference in a new issue