We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251481b commit 73a14dbCopy full SHA for 73a14db
4 files changed
Makefile
@@ -4,7 +4,7 @@ TAG := $(shell git rev-list --tags --max-count=1)
4
VERSION := $(shell git describe --tags ${TAG})
5
.PHONY: build check fmt lint test test-race vet test-cover-html help install proto admin-app compose-up-dev
6
.DEFAULT_GOAL := build
7
-PROTON_COMMIT := "330c7558f34570056814d418f99730fb45cfe80f"
+PROTON_COMMIT := "f8f6cd5b271d387cb99847a87b02a873df5b00ea"
8
9
admin-app:
10
@echo " > generating admin build"
0 commit comments