Skip to content

Commit

Permalink
update golang ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
strider2038 committed Mar 11, 2023
1 parent 917b119 commit 5213128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.50
version: v1.51

- name: Run tests
run: go test -v $(go list ./... | grep -v vendor)

0 comments on commit 5213128

Please sign in to comment.