From 42509cf0ddb34a9df0695bf1cebe21af86668fc1 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 23 Apr 2020 01:13:35 -0500 Subject: [PATCH] update linter to 1.25 --- .github/workflows/ci-test-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index 87715e57..26ef452b 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -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