From 7851132a898b174d31f0059b4e629008a676ca3e Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 4 May 2024 08:43:03 +0300 Subject: [PATCH] allow building --- .github/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/build b/.github/build index f9ec476..c8c132a 100755 --- a/.github/build +++ b/.github/build @@ -3,6 +3,9 @@ # The basename of our binary BASE="puppet-summary" +# I don't even .. +go env -w GOFLAGS="-buildvcs=false" + # # We could build on multiple platforms/archs #