Skip to content

Commit

Permalink
Merge pull request #186 from josephschorr/update-api
Browse files Browse the repository at this point in the history
Update authzed-go for API changes removing hard coded limits
  • Loading branch information
josephschorr committed Apr 18, 2024
2 parents 41b94f9 + bb27ccc commit 42f2217
Show file tree
Hide file tree
Showing 8 changed files with 561 additions and 562 deletions.
2 changes: 1 addition & 1 deletion magefiles/gen.go
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "9ba37ce98f37c5eeab64983a52fcc4a4910bc92f"
BufTag = "d12b0c6cb910ec1b21bb4abc5ee43f53efb9896c"
)

// Proto runs proto codegen
Expand Down
2 changes: 1 addition & 1 deletion proto/authzed/api/v0/zz_generated.version.go
Expand Up @@ -2,5 +2,5 @@ package v0

const (
BufRepository = "buf.build/authzed/api"
BufTag = "9ba37ce98f37c5eeab64983a52fcc4a4910bc92f"
BufTag = "d12b0c6cb910ec1b21bb4abc5ee43f53efb9896c"
)
133 changes: 66 additions & 67 deletions proto/authzed/api/v1/experimental_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/authzed/api/v1/experimental_service.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42f2217

Please sign in to comment.