update linter to 1.25

This commit is contained in:
Umputun
2020-04-23 01:13:35 -05:00
parent d3c77d0c4c
commit 42509cf0dd
+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.23.8
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.25.0
go get -u github.com/mattn/goveralls
- name: test and lint backend