workflow update

patch-1
sandeep 2023-10-20 16:49:08 +05:30
parent 539207bbb2
commit be92841d12
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x
- name: nuclei install
run: go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
run: go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
- name: Template Validation
run: |