Skip to content

Commit

Permalink
feat: add provider update based on type and urn (#142)
Browse files Browse the repository at this point in the history
* feat: add provider update based on type and urn

* chore(provider): update proto for provider update by type & urn

Co-authored-by: Vikash <[email protected]>
Co-authored-by: Rahmat Hidayat <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2022
1 parent bbe11e0 commit ce04f5a
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME="github.com/odpf/guardian"
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_TAG := "$(shell git rev-list --tags --max-count=1)"
APP_VERSION := "$(shell git describe --tags ${LAST_TAG})-next"
PROTON_COMMIT := "88b4ec297ece41c28009b165a4ded7eff9ab44e2"
PROTON_COMMIT := "bb41ca0a800f039208f21730ab9e78b49bf08aa7"

.PHONY: all build test clean dist vet proto install

Expand Down
Loading

0 comments on commit ce04f5a

Please sign in to comment.