Skip to content

Commit

Permalink
bump up go linter
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Dec 22, 2023
1 parent d56b70b commit 68b447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/checkout@v3

- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v3.7.0
with:
args: --timeout=10m --verbose
version: v1.45
version: v1.54

- name: Build
run: make build
Expand Down

0 comments on commit 68b447e

Please sign in to comment.