update goreleaser

This commit is contained in:
Σrebe - Romain GERARD 2023-10-23 19:41:29 +02:00
parent aa31a7690a
commit 5bca015e5d
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,3 @@
before:
hooks:
- /bin/sh -c 'printf \'package main\nfunc main() { }\' > goreleaser.go'
builds: builds:
- goos: - goos:
- linux - linux

3
goreleaser.go Normal file
View file

@ -0,0 +1,3 @@
package main
func main {}