1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 08:08:07 +00:00

turns Go Module on (#362)

This commit is contained in:
Roberto Rojas 2019-07-12 09:12:59 -04:00 committed by Liz Rice
parent cb3d876ced
commit b649588f46

View File

@ -1,3 +1,5 @@
env:
- GO111MODULE=on
builds: builds:
- main: main.go - main: main.go
binary: kube-bench binary: kube-bench