update linter to 1.24 #641

This commit is contained in:
Umputun
2020-04-06 01:51:23 -05:00
parent 106218df19
commit 40db689b27
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,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.20.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.24.0
go get -u github.com/mattn/goveralls
- name: run backend linters
+4 -1
View File
@@ -21,4 +21,7 @@ linters:
- varcheck
disable-all: true
issues:
exclude-use-default: false
exclude-use-default: false
service:
golangci-lint-version: 1.24.x