ci/gha: update golangci-lint to 1.42.1

v1.42.1 was released tagged a few days ago.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-09-09 16:38:29 -07:00
parent 704a1878ef
commit 47abdceef1
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2
with:
# must be specified without patch version
version: v1.40
version: v1.42
compile-buildtags:
runs-on: ubuntu-20.04