123456789101112131415161718192021 |
- env:
- - GO111MODULE=on
- before:
- hooks:
- - go mod tidy
- builds:
- - env:
- - CGO_ENABLED=0
- main: ./cmd/tengo/main.go
- goos:
- - darwin
- - linux
- - windows
- archives:
- -
- files:
- - none*
- checksum:
- name_template: 'checksums.txt'
- changelog:
- sort: asc
|