From 3a4abe5df3580ac90b18e8affd0184dba29e0556 Mon Sep 17 00:00:00 2001 From: Yash Bhardwaj Date: Tue, 24 Sep 2024 14:54:59 +0530 Subject: [PATCH] fix: update replay details endpoint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8debb48b27..980b892efd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NAME = "github.com/goto/optimus" LAST_COMMIT := $(shell git rev-parse --short HEAD) LAST_TAG := "$(shell git rev-list --tags --max-count=1)" OPMS_VERSION := "$(shell git describe --tags ${LAST_TAG})-next" -PROTON_COMMIT := "3b60c6758d8aef1cbb392e330ad4a011b07b0f34" +PROTON_COMMIT := "ca87ce40849dfc2a7a73ba9d2e0e9084e33dadeb" .PHONY: build test test-ci generate-proto unit-test-ci integration-test vet coverage clean install lint