Update golangci-lint.yml

Updated version
This commit is contained in:
Densest Void 2020-12-14 21:07:14 -05:00 committed by GitHub
parent 2ff9a03a8c
commit e6f29c4e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
@ -13,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
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.29