mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-14 13:04:51 +00:00
GH: add setup go action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user