Skip to content

Commit

Permalink
update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Aug 22, 2023
1 parent 23b7b34 commit 0282adb
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,10 +7,14 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.54
only-new-issues: true
args: --timeout=5m

0 comments on commit 0282adb

Please sign in to comment.