Skip to content

Commit

Permalink
Merge pull request #39 from projectdiscovery/bugfix-38
Browse files Browse the repository at this point in the history
Deprecating golint
  • Loading branch information
Mzack9999 committed Jun 16, 2021
2 parents 850e06b + 0e6bfee commit e20dd81
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 e20dd81

Please sign in to comment.