Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Jun 17, 2024
1 parent 4a3f99a commit 2bbd451
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-protoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version-file: ./go.mod
- uses: arduino/setup-protoc@v3
with:
version: "25.3"
version: "27.1"
- name: Install proto tools
run: make init-protoc-tools
- name: Generate code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROTOC_VERSION := 27.0
PROTOC_VERSION := 27.1
TBLS_VERSION := 1.75.0

GO_REPO_ROOT_PACKAGE := "github.com/traPtitech/neoshowcase"
Expand Down
48 changes: 24 additions & 24 deletions pkg/infrastructure/grpc/pb/controller.pb.go

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

Loading

0 comments on commit 2bbd451

Please sign in to comment.