Skip to content

Commit e20dd81

Browse files
authored
Merge pull request #39 from projectdiscovery/bugfix-38
Deprecating golint
2 parents 850e06b + 0e6bfee commit e20dd81

File tree

2 files changed

+2
-120
lines changed

2 files changed

+2
-120
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
- name: Run golangci-lint
15-
uses: golangci/golangci-lint-action@v2.5.2
15+
uses: golangci/golangci-lint-action@v2
1616
with:
1717
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
18-
version: v1.31
18+
version: latest
1919
args: --timeout 5m
2020

2121
build:

.golangci.yml

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)