fix: hide tools versioning behind build tags

Steve Moyer created

Change summary

tools.go | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Detailed changes

tools.go 🔗

@@ -1,4 +1,6 @@
-package main
+//go:build tools
+
+package tools
 
 import (
 	_ "github.com/99designs/gqlgen"