pulling latest nuclei version

This commit is contained in:
sandeep
2021-08-20 14:33:56 +05:30
parent 3f803deb28
commit de5deeb8bc

View File

@@ -14,15 +14,15 @@ jobs:
with:
go-version: 1.14
- name: Cache Go
id: cache-go
uses: actions/cache@v2
with:
path: /home/runner/go
key: ${{ runner.os }}-go
# - name: Cache Go
# id: cache-go
# uses: actions/cache@v2
# with:
# path: /home/runner/go
# key: ${{ runner.os }}-go
- name: Installing Nuclei
if: steps.cache-go.outputs.cache-hit != 'true'
# if: steps.cache-go.outputs.cache-hit != 'true'
env:
GO111MODULE: on
run: |