1env:
2  - GO111MODULE=on
3before:
4  hooks:
5    - go mod tidy
6builds:
7  - env:
8      - CGO_ENABLED=0
9    main: ./cmd/tengo/main.go
10    goos:
11      - darwin
12      - linux
13      - windows
14archives:
15  -
16    files:
17      - none*
18checksum:
19  name_template: 'checksums.txt'
20changelog:
21  sort: asc
22