Skip to content

Commit

Permalink
ci: upgrade golangci-lint version 1.60->1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 25, 2024
1 parent d4a7890 commit 46d156a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
go-version: '1.22' # The Go version to download (if necessary) and use.
- run: go version

- name: Checkout EigenDA
- name: Checkout code
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.61
args: --timeout 3m

0 comments on commit 46d156a

Please sign in to comment.