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 6bc3e33 commit 883e0e6Copy full SHA for 883e0e6
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.0.0",
6
- revision: "f1f8343d12ac33720efeb5898141d1e065789751"
+ tag: "v2.0.1",
+ revision: "e8927ce25c6178656a803d1edf35c9f3abf384ac"
7
license "GPL-3.0-only"
8
head "https://github.com/golangci/golangci-lint.git", branch: "master"
9
0 commit comments