bump golangci-lint version, fix discovered issues

This commit is contained in:
Dmitry Verkhoturov
2020-05-24 19:00:07 -05:00
committed by Umputun
parent 13220c044c
commit 0d67f7e53d
9 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -33,7 +33,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.25.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.26.0
go get -u github.com/mattn/goveralls
- name: test and lint backend