fix linters #33

Closed
anilCSE wants to merge 3 commits from anil/lint into anil/update-readme
Showing only changes of commit 89b64fffef - Show all commits

View File

@ -14,13 +14,15 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
go-version: 1.18
- uses: technote-space/get-diff-action@v6.0.1
with:
SUFFIX_FILTER: |
.go
.mod
.sum
- uses: golangci/golangci-lint-action@v2.5.2
- uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.42.1