Skip to content

Commit

Permalink
fix: downgrade go version for the aealite style check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jan 7, 2025
1 parent 4722ed9 commit 4a05271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: "3.10"
- uses: actions/[email protected]
with:
go-version: '1.20.0'
go-version: '1.17.7'
- name: Install dependencies (ubuntu-latest)
run: |
sudo apt-get update --fix-missing
Expand Down

0 comments on commit 4a05271

Please sign in to comment.