Skip to content

Commit 181848a

Browse files
committed
fix submodules 2022-10-11
1 parent 3e09292 commit 181848a

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "config/nuclei-templates"]
22
path = config/nuclei-templates
3-
szUrl = https://github.com/hktalent/nuclei-templates.git
3+
url = https://github.com/hktalent/nuclei-templates.git

.goreleaser.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
# This is an example .goreleaser.yml file with some sensible defaults.
22
# Make sure to check the documentation at https://goreleaser.com
3-
before:
4-
hooks:
3+
#before:
4+
# hooks:
55
# You may remove this if you don't use go modules.
6-
- go mod tidy
6+
# - go mod tidy
77
# 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!
926
builds:
1027
- env:
11-
- CGO_ENABLED=0
28+
- CGO_ENABLED=1
1229
goos:
1330
- linux
1431
- windows
@@ -18,6 +35,7 @@ archives:
1835
darwin: Darwin
1936
linux: Linux
2037
windows: Windows
38+
arm64: arm64
2139
386: i386
2240
amd64: x86_64
2341
checksum:

0 commit comments

Comments
 (0)