mirror of https://github.com/daffainfo/nuclei.git
adding go setup as per action docs
parent
ea9f9c9c9a
commit
c74b8cd8e6
|
@ -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…
Reference in New Issue