Skip to content

Commit

Permalink
attempt fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Dec 26, 2023
1 parent 1081deb commit 236067a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/[email protected]
with:
go-version: "^1.21.0"
go-version: 1.20
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: latest
args: --out-format=tab
if: env.GIT_DIFF

0 comments on commit 236067a

Please sign in to comment.