From 35c6d8b3270bb7735c9a820822ea1fb5cf82cd73 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Wed, 15 Mar 2023 01:58:17 +0300 Subject: [PATCH] chore: protoc and TinyGo versions update (#34) --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8c89b7d..31b600d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ on: pull_request: env: GO_VERSION: "1.18" - PROTOC_VERSION: "21.5" + PROTOC_VERSION: "21.12" jobs: test: @@ -20,9 +20,9 @@ jobs: fail-fast: false matrix: tinygo-version: - - "0.24.0" - "0.25.0" - "0.26.0" + - "0.27.0" steps: - uses: actions/checkout@v3