Skip to content

Commit

Permalink
ci: use arduino/[email protected] to install older version of protoc
Browse files Browse the repository at this point in the history
arduino/setup-protoc@v2 installs versions of protoc with the new
versioning scheme, starting with protoc v21.0.

See-also: arduino/setup-protoc#85
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic authored and mergify[bot] committed Aug 9, 2023
1 parent cea1e22 commit 69dee76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
go-version: "1.20"

- name: Install Protoc
uses: arduino/setup-protoc@v2
# action @v1.3.0 can install protoc 3.19, @v2 installs protoc v21.0+
uses: arduino/[email protected]
with:
version: '3.19.6'
version: "3.19.6"

- name: Run "make test"
run: make test
Expand Down

0 comments on commit 69dee76

Please sign in to comment.