1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-16 06:40:12 -07:00

chor: house keeping

This commit is contained in:
kha7iq 2021-04-14 01:07:33 +08:00
parent f16f3a03fb
commit 565ddf2747

View File

@ -20,7 +20,7 @@ builds:
flags:
- -trimpath
ldflags:
- -s -w -X main.Version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }}
- -s -w -X main.Version={{.Version}}
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
@ -53,7 +53,5 @@ brews:
license: MIT
test: |
system "#{bin}/pingme -v"
dependencies:
- name: go
install: |-
bin.install "pingme"