Skip to content

Commit

Permalink
fix: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Mar 5, 2024
1 parent e7d2ddf commit 76dcf22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --issues-exit-code=0
version: "latest"

0 comments on commit 76dcf22

Please sign in to comment.