Skip to content

Commit

Permalink
remove vet in git workflow lint (no go1.16 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
babos77 committed Feb 26, 2021
1 parent 48dd3b0 commit ffa1e29
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,4 @@ jobs:
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: fmt
token: ${{ secrets.GITHUB_TOKEN }}

vet:
name: vet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate configs
run: go generate
- name: check
uses: grandcolline/golang-github-actions@v1.1.0
with:
run: vet
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ffa1e29

Please sign in to comment.