Skip to content

Commit

Permalink
ci: use correct go version in pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn authored Sep 7, 2022
1 parent cc453b4 commit 1408142
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev
- uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 1408142

Please sign in to comment.