Skip to content

Commit

Permalink
Update install of git-validation script
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Mar 11, 2024
1 parent 57d3567 commit 45fbbef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Install dependencies
env:
GO111MODULE: off
run: go get -u github.com/vbatts/git-validation
run: go install -v github.com/vbatts/git-validation@latest

- name: DCO
env:
Expand Down

0 comments on commit 45fbbef

Please sign in to comment.