Add installGo input for adding setup-go step in sync.py

This commit is contained in:
Michael B. Gale 2025-06-16 12:28:05 +01:00
parent 429b71ea4b
commit 8f71d47b93
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
47 changed files with 140 additions and 66 deletions

View file

@ -49,6 +49,11 @@ jobs:
version: ${{ matrix.version }}
use-all-platform-bundle: 'false'
setup-kotlin: 'true'
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
cache: false
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}