Update Go and golangci-lint version

This commit is contained in:
Alexander Neumann
2021-08-09 10:48:38 +02:00
parent c36ae5fe03
commit bcbfff7b62
3 changed files with 4 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ jobs:
go:
- 1.14.x
- 1.15.x
- 1.16.x
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}
@@ -55,9 +56,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.36
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
version: v1.41
args: --verbose --timeout 5m
- name: Check go.mod/go.sum