From de5deeb8bc56dfe3115707abd2d38d0be1cd7e5d Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 20 Aug 2021 14:33:56 +0530 Subject: [PATCH] pulling latest nuclei version --- .github/workflows/template-validate.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index f833bba65f9..0f6a2afba2a 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -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: |