Skip to content

Commit 8e7a29f

Browse files
committed
fix action 2022-10-05
1 parent a4d6d4c commit 8e7a29f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/build/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
- GO111MODULE=on
33
before:
44
hooks:
5-
# - go mod tidy
6-
- .github/workflows/upx.sh
5+
- go mod tidy
6+
# - .github/workflows/upx.sh
77
project_name: scan4all
88
builds:
99
- id: scan4all-linux

.github/build/linuxarm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
- GO111MODULE=on
33
before:
44
hooks:
5-
# - go mod tidy
6-
- .github/workflows/upx.sh
5+
- go mod tidy
6+
# - .github/workflows/upx.sh
77
project_name: scan4all
88
builds:
99
- id: scan4all-linux

.github/build/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
- GO111MODULE=on
33
before:
44
hooks:
5-
# - go mod tidy
6-
- .github/workflows/upx.sh
5+
- go mod tidy
6+
# - .github/workflows/upx.sh
77
project_name: scan4all
88
builds:
99
- id: scan4all-darwin

.github/build/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
- GO111MODULE=on
33
before:
44
hooks:
5-
# - go mod tidy
5+
- go mod tidy
66
#after:
77
# hooks:
88
# post: ./upx.sh

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,5 @@ https://github.com/heartshare/go-wafw00f
254254
255255
git submodule add --force https://github.com/hktalent/nuclei-templates.git config/nuclei-templates
256256
git submodule update --init --recursive
257+
/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive
257258
-->

0 commit comments

Comments
 (0)