remove goreleaser and github actions

This commit is contained in:
Cesar Gimenes
2021-11-19 03:59:28 -03:00
parent f4273f81b8
commit 8e1987e475
2 changed files with 0 additions and 64 deletions

View File

@@ -1,30 +0,0 @@
before:
hooks:
- go mod download
builds:
-
goos:
- darwin
- linux
- windows
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'