Remove key input and use Import GPG GitHub Action instead

This commit is contained in:
CrazyMax
2020-05-10 16:02:05 +02:00
parent b965206285
commit f3c3945401
7 changed files with 162 additions and 37 deletions
+35
View File
@@ -0,0 +1,35 @@
env:
- GO111MODULE=on
- GOPROXY=https://goproxy.io
before:
hooks:
- go mod download
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
archives:
-
replacements:
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
- CHANGELOG.md
checksum:
name_template: 'checksums.txt'