Skip to content

Commit

Permalink
fix(optimus): get replay update protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj committed Sep 10, 2024
1 parent 909c147 commit d15172b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := "089702d7ae04e6df513e5541f4c73a08f0fe6983"
PROTON_COMMIT := "750afa5b646347179ab2abaf3ea3b51ce03cc3ab"


.PHONY: build test test-ci generate-proto unit-test-ci integration-test vet coverage clean install lint
Expand Down

0 comments on commit d15172b

Please sign in to comment.