Skip to content

Commit

Permalink
fix: pin go to v1.17.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 13, 2023
1 parent e06ea03 commit f9f0d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-go@v3
with:
go-version: "1.17.7"
- name: Install dependencies
run: |
sudo apt-get update --fix-missing
Expand Down

0 comments on commit f9f0d46

Please sign in to comment.