mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-26 02:45:30 +00:00
adding go setup as per action docs
This commit is contained in:
parent
ea9f9c9c9a
commit
c74b8cd8e6
4
.github/workflows/lint-test.yml
vendored
4
.github/workflows/lint-test.yml
vendored
@ -9,6 +9,10 @@ jobs:
|
||||
name: Lint Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run golangci-lint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user