GH: add setup go action

This commit is contained in:
Michael Panchenko
2025-05-19 13:54:10 +02:00
parent 0f13643b6b
commit 4e6ef6badd
+3 -1
View File
@@ -17,7 +17,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
# Add Go bin directory to PATH for this workflow
# GITHUB_PATH is a special file that GitHub Actions uses to modify PATH
# Writing to this file adds the directory to the PATH for subsequent steps