Skip to content

Commit

Permalink
add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
theruziev committed May 25, 2024
1 parent 6f49523 commit 497c3c9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
with:
go-version: '1.22'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.58

- name: Test
run: go test -v -race ./...

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.1

0 comments on commit 497c3c9

Please sign in to comment.