Skip to content

Commit

Permalink
Deprecating golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed May 25, 2021
1 parent 850e06b commit 0e6bfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 120 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
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.31
version: latest
args: --timeout 5m

build:
Expand Down
118 changes: 0 additions & 118 deletions .golangci.yml

This file was deleted.

0 comments on commit 0e6bfee

Please sign in to comment.