Compare commits

..

2 Commits

Author SHA1 Message Date
Roberto Rojas
b649588f46 turns Go Module on (#362) 2019-07-12 14:12:59 +01:00
Liz Rice
cb3d876ced Remove Darwin build from go-releaser (#361)
Should fix #360
2019-07-12 12:41:46 +01:00

View File

@@ -1,8 +1,9 @@
env:
- GO111MODULE=on
builds:
- main: main.go
binary: kube-bench
goos:
- darwin
- linux
goarch:
- amd64