Skip to content

Commit 3ce64ff

Browse files
committed
update: minor example update
1 parent dc152a4 commit 3ce64ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2
27+
- uses: actions/setup-go@v2
28+
with:
29+
go-version: 1.17
2730

2831
- name: Nuclei - DAST Scan
2932
uses: projectdiscovery/nuclei-action@main

0 commit comments

Comments
 (0)