Skip to content

Commit

Permalink
chore: protoc and TinyGo versions update (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvolod authored Mar 14, 2023
1 parent 0f9cf0a commit 35c6d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
env:
GO_VERSION: "1.18"
PROTOC_VERSION: "21.5"
PROTOC_VERSION: "21.12"

jobs:
test:
Expand All @@ -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
Expand Down

0 comments on commit 35c6d8b

Please sign in to comment.