We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a73a7d commit 0b60ba5Copy full SHA for 0b60ba5
Formula/g/golangci-lint.rb
@@ -2,8 +2,8 @@ class GolangciLint < Formula
2
desc "Fast linters runner for Go"
3
homepage "https://golangci-lint.run/"
4
url "https://github.com/golangci/golangci-lint.git",
5
- tag: "v2.4.0",
6
- revision: "43d03392d7dc3746fa776dbddd66dfcccff70651"
+ tag: "v2.5.0",
+ revision: "ff63786c30d6c2926f99d677ab2ecf089e9390ad"
7
license "GPL-3.0-only"
8
head "https://github.com/golangci/golangci-lint.git", branch: "main"
9
0 commit comments