update golangci-lint to 1.43.0, fix found issues

This commit is contained in:
Dmitry Verkhoturov
2021-11-23 15:00:40 -06:00
committed by Umputun
parent 8e77acd908
commit 90e537358d
55 changed files with 290 additions and 307 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: install golangci-lint and goveralls
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.39.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.43.0
go get -u github.com/mattn/goveralls
- name: test and lint backend