Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jan 16, 2025
1 parent c4b452e commit 62ca5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-dev-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Fix Code is not compatible with Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run check/update
run: |
go install github.com/magefile/mage
Expand Down

0 comments on commit 62ca5fd

Please sign in to comment.