Skip to content

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 24, 2024
1 parent 72cdeb2 commit b79b428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: v1.60.3
version: v1.62.2
geos-versions:
strategy:
fail-fast: false
Expand Down
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
run:
go: '1.22'

linters:
enable:
- asasalint
Expand Down Expand Up @@ -39,6 +42,7 @@ linters:
- gosmopolitan
- govet
- grouper
- iface
- importas
- inamedparam
- ineffassign
Expand Down Expand Up @@ -103,6 +107,7 @@ linters:
- nlreturn
- nonamedreturns
- paralleltest
- recvcheck
- tparallel
- varnamelen
- wrapcheck
Expand Down

0 comments on commit b79b428

Please sign in to comment.