replace deprecated golangci-lint check, fix goleak reports

This commit is contained in:
Dmitry Verkhoturov
2021-05-07 16:09:28 -05:00
committed by Umputun
parent eb7b34b6b2
commit 4a2ae04571
5 changed files with 8 additions and 64 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.26.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.39.0
go get -u github.com/mattn/goveralls
- name: test and lint backend