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 c7fac28 commit f49c997Copy full SHA for f49c997
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.1.6",
6
- revision: "eabc2638a66daf5bb6c6fb052a32fa3ef7b6600d"
+ tag: "v2.2.0",
+ revision: "1e7781b6b44db993ba773fce67cd58e942e41d8a"
7
license "GPL-3.0-only"
8
head "https://github.com/golangci/golangci-lint.git", branch: "master"
9
0 commit comments