From bccb24bfd7f1af34500f26fd65388e4d2f07b78b Mon Sep 17 00:00:00 2001 From: motoki317 Date: Wed, 17 Apr 2024 15:44:34 +0900 Subject: [PATCH] Fix proto ci command --- .github/workflows/ci-protoc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-protoc.yaml b/.github/workflows/ci-protoc.yaml index 1b8fb170..be27bb1d 100644 --- a/.github/workflows/ci-protoc.yaml +++ b/.github/workflows/ci-protoc.yaml @@ -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