summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/v2/.goreleaser.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/v2/.goreleaser.yml')
-rw-r--r--vendor/github.com/d5/tengo/v2/.goreleaser.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/github.com/d5/tengo/v2/.goreleaser.yml b/vendor/github.com/d5/tengo/v2/.goreleaser.yml
new file mode 100644
index 00000000..1bd14324
--- /dev/null
+++ b/vendor/github.com/d5/tengo/v2/.goreleaser.yml
@@ -0,0 +1,20 @@
+env:
+ - GO111MODULE=on
+before:
+ hooks:
+ - go mod tidy
+builds:
+ - env:
+ - CGO_ENABLED=0
+ main: ./cmd/tengo/main.go
+ goos:
+ - darwin
+ - linux
+ - windows
+archive:
+ files:
+ - none*
+checksum:
+ name_template: 'checksums.txt'
+changelog:
+ sort: asc