diff --git a/Makefile b/Makefile index d771dbd9d..d792190aa 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ COMMIT := $(shell git rev-parse --short HEAD) TAG := "$(shell git rev-list --tags --max-count=1)" VERSION := "$(shell git describe --tags ${TAG})-next" BUILD_DIR=dist -PROTON_COMMIT := "5847e62285bedca7515bc6ea6326ef963566c54f" +PROTON_COMMIT := "07884ade7983c5de0fde7d426f23574d82ce31a6" .PHONY: all build clean test tidy vet proto setup format generate