Skip to content

Commit

Permalink
ci: update golangci-lint to v1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Nov 18, 2024
1 parent 924dde9 commit 781502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: ci
on: [push, pull_request]
env:
GO_VERSION: "^1.19"
GOLANGCI_LINT_VERSION: "v1.56.2"
GO_VERSION: "^1.22"
GOLANGCI_LINT_VERSION: "v1.62.0"

jobs:
lint:
Expand Down

0 comments on commit 781502e

Please sign in to comment.