Skip to content

Commit

Permalink
fix submodules 2022-10-11
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 11, 2022
1 parent 3e09292 commit 181848a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "config/nuclei-templates"]
path = config/nuclei-templates
szUrl = https://github.com/hktalent/nuclei-templates.git
url = https://github.com/hktalent/nuclei-templates.git
28 changes: 23 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
#before:
# hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# - go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
# - go generate ./...
release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
github:
owner: hktalent
name: scan4all_Pro

draft: false
replace_existing_draft: true
target_commitish: '{{ .Commit }}'
discussion_category_name: General
mode: replace
header: |
## ({{ .Date }})
Welcome to use and promote
footer: |
## Thanks!
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- windows
Expand All @@ -18,6 +35,7 @@ archives:
darwin: Darwin
linux: Linux
windows: Windows
arm64: arm64
386: i386
amd64: x86_64
checksum:
Expand Down

0 comments on commit 181848a

Please sign in to comment.