From 8e9ec30b29ae53e28592e8ac7f48b2f46b8f935b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 10:46:32 -0600 Subject: save GoDeps at the time of publication to pkg.go.dev --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bed3b0..5af5f94 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,10 @@ clean: # refs.proto gitTag.pb.go: gitTag.proto - autogenpb --proto gitTag.proto --no-marshal + autogenpb --proto gitTag.proto --mutex goDep.pb.go: goDep.proto - autogenpb --proto goDep.proto --no-marshal + autogenpb --proto goDep.proto --mutex repo.pb.go: repo.proto - autogenpb --proto repo.proto + autogenpb --proto repo.proto --mutex -- cgit v1.2.3