Skip to content

Commit

Permalink
Add golang module for canonical protos. Move existing go module under…
Browse files Browse the repository at this point in the history
… tests (#342)

* Move existing go modules for conformance tests under tests

* Rename tests submodule

* Experimentally move golang protos under expr to match package name

* CR address

* Update cloudbuild to use bazel 6.4.0

* Update regen_go_proto_canonical_protos.sh

* Address shellcheck issues

* Move the generated proto golang files to root

* Add .gitattributes for marking pb.go files as binary
  • Loading branch information
l46kok authored Mar 26, 2024
1 parent 696bba6 commit ae15d29
Show file tree
Hide file tree
Showing 13 changed files with 4,503 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
6.4.0
# Keep this pinned version in parity with cel-go
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pb.go linguist-generated=true
*.pb.go -diff -merge
Loading

0 comments on commit ae15d29

Please sign in to comment.