Skip to content

Commit

Permalink
feat: update golang-ci in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed Jul 18, 2022
1 parent 34bebb0 commit 632a2da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ jobs:
name: Go lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}


- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
test:
name: Go Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 632a2da

Please sign in to comment.