Skip to content

Commit

Permalink
Fix proto ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Apr 17, 2024
1 parent e2dc2b0 commit bccb24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-protoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
go-version-file: ./go.mod
- uses: arduino/setup-protoc@v3
with:
version: "25.1"
version: "25.3"
- name: Install proto tools
run: make init-protoc-tools
- name: Generate code
run: make protoc
run: make gen-proto
env:
GO_REPO_ROOT_PACKAGE: github.com/traPtitech/neoshowcase
- name: Check diff
Expand Down

0 comments on commit bccb24b

Please sign in to comment.