From 2fd0ef92e441bb8763ade1c6d5f074348d34f454 Mon Sep 17 00:00:00 2001 From: Marcela Melara Date: Fri, 2 Jun 2023 13:04:54 -0700 Subject: [PATCH] Update supported protoc version in CI Signed-off-by: Marcela Melara --- .github/workflows/make-protos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-protos.yml b/.github/workflows/make-protos.yml index 4cffe1aa..ce3d56e4 100644 --- a/.github/workflows/make-protos.yml +++ b/.github/workflows/make-protos.yml @@ -19,7 +19,7 @@ jobs: - name: Install protoc uses: arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9 with: - version: '3.x' + version: '23.x' - name: Install Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: