Skip to content

Commit

Permalink
Merge pull request authzed#126 from josephschorr/add-create-error-reason
Browse files Browse the repository at this point in the history
Regenerate protos for new error reason for CREATE failure
  • Loading branch information
josephschorr committed Jun 12, 2023
2 parents d97cfb4 + 4100d66 commit 221b911
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
types:
- "checks_requested"
env:
GO_VERSION: "~1.20.4"
GO_VERSION: "~1.20.5"
jobs:
test:
name: "Run Integration Tests"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
merge_group:
types:
- "checks_requested"
env:
GO_VERSION: "~1.20.5"
jobs:
go-lint:
name: "Lint Go"
Expand Down Expand Up @@ -78,4 +80,4 @@ jobs:
- name: "Upload Trivy scan results to GitHub Security tab"
uses: "github/codeql-action/upload-sarif@v2"
with:
sarif_file: 'trivy-results.sarif'
sarif_file: "trivy-results.sarif"
2 changes: 1 addition & 1 deletion magefiles/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S go run github.com/bufbuild/buf/cmd/buf generate buf.build/authzed/api:15dad37df4a6aa52f08da1d10874214ca6c815ef --template
#!/usr/bin/env -S go run github.com/bufbuild/buf/cmd/buf generate buf.build/authzed/api:ae69f452ff582006fc08a9743f87d38373ed65f5 --template
---
version: "v1"
plugins:
Expand Down
35 changes: 28 additions & 7 deletions proto/authzed/api/v1/error_reason.pb.go

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

0 comments on commit 221b911

Please sign in to comment.