diff --git a/.goreleaser.yaml b/.goreleaser.yaml new file mode 100644 index 0000000..9edccd0 --- /dev/null +++ b/.goreleaser.yaml @@ -0,0 +1,11 @@ +before: + hooks: + - go mod tidy +builds: + - env: + - CGO_ENABLED=0 +archives: + +# modelines, feel free to remove those if you don't want/use them: +# yaml-language-server: $schema=https://goreleaser.com/static/schema.json +# vim: set ts=2 sw=2 tw=0 fo=cnqoj