Merge pull request #157 from BBVA/dependabot/github_actions/golangci/golangci-lint-action-v2.4.0

This commit is contained in:
dependabot[bot]
2021-02-18 07:30:48 +00:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
go-version: ${{ steps.go-version.outputs.go-version }}
- name: Lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v2.4.0
with:
version: v1.31
- name: Unit tests