Skip to content

Commit

Permalink
fix(ci): use go install instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed May 8, 2023
1 parent a3adbf8 commit 6fbd9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
sudo apt-get -q update
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python2-minimal
cd /tmp && go get -u github.com/vbatts/git-validation
cd /tmp && go install github.com/vbatts/git-validation@latest
- name: Build
working-directory: ./src/github.com/docker/distribution
Expand All @@ -47,4 +47,4 @@ jobs:
- uses: codecov/codecov-action@v1
with:
directory: ./src/github.com/docker/distribution
directory: ./src/github.com/docker/distribution

0 comments on commit 6fbd9a4

Please sign in to comment.