update goreleaser
This commit is contained in:
parent
aa31a7690a
commit
5bca015e5d
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
before:
|
||||
hooks:
|
||||
- /bin/sh -c 'printf \'package main\nfunc main() { }\' > goreleaser.go'
|
||||
builds:
|
||||
- goos:
|
||||
- linux
|
||||
|
|
3
goreleaser.go
Normal file
3
goreleaser.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package main
|
||||
|
||||
func main {}
|
Loading…
Reference in a new issue