Skip to content

Commit

Permalink
fix: link.yml: Remove go mod vendor.
Browse files Browse the repository at this point in the history
Signed-off-by: jefft0 <jeff@thefirst.org>
  • Loading branch information
jefft0 committed Nov 29, 2022
1 parent 7039c4d commit be2432f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('go/go.sum') }}

- name: Install Go mod
if: steps.cache.outputs.cache-hit != 'true'
working-directory: go
run: |
GO111MODULE=on go mod vendor
- name: Install Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit be2432f

Please sign in to comment.