File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "config/nuclei-templates "]
2
2
path = config/nuclei-templates
3
- szUrl = https://github.com/hktalent/nuclei-templates.git
3
+ url = https://github.com/hktalent/nuclei-templates.git
Original file line number Diff line number Diff line change 1
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
2
# Make sure to check the documentation at https://goreleaser.com
3
- before :
4
- hooks :
3
+ # before:
4
+ # hooks:
5
5
# You may remove this if you don't use go modules.
6
- - go mod tidy
6
+ # - go mod tidy
7
7
# you may remove this if you don't need go generate
8
- - go generate ./...
8
+ # - go generate ./...
9
+ release :
10
+ # Repo in which the release will be created.
11
+ # Default is extracted from the origin remote URL or empty if its private hosted.
12
+ github :
13
+ owner : hktalent
14
+ name : scan4all_Pro
15
+
16
+ draft : false
17
+ replace_existing_draft : true
18
+ target_commitish : ' {{ .Commit }}'
19
+ discussion_category_name : General
20
+ mode : replace
21
+ header : |
22
+ ## ({{ .Date }})
23
+ Welcome to use and promote
24
+ footer : |
25
+ ## Thanks!
9
26
builds :
10
27
- env :
11
- - CGO_ENABLED=0
28
+ - CGO_ENABLED=1
12
29
goos :
13
30
- linux
14
31
- windows
@@ -18,6 +35,7 @@ archives:
18
35
darwin : Darwin
19
36
linux : Linux
20
37
windows : Windows
38
+ arm64 : arm64
21
39
386 : i386
22
40
amd64 : x86_64
23
41
checksum :
You can’t perform that action at this time.
0 commit comments