Skip to content

Commit

Permalink
fix github workflow install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 committed Dec 9, 2022
1 parent 44af2f6 commit c94939b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
go-version: '1.19'
- name: Install tools
run: |
go install golang.org/x/lint/golint@latest && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install golang.org/x/lint/golint@master && \
go install golang.org/x/tools/cmd/goimports@master && \
go install honnef.co/go/tools/cmd/staticcheck@latest
- name: Execute vet.sh
run: ./.github/workflows/vet.sh

0 comments on commit c94939b

Please sign in to comment.