Skip to content

Commit

Permalink
golangci-lint: build with go1.23
Browse files Browse the repository at this point in the history
Since go1.23 has been released in Homebrew and golangci-lint was build with go1.22 it cannot work anymore.

Ping Homebrew#175310
  • Loading branch information
nikaro committed Aug 17, 2024
1 parent 232b6c1 commit 08b892f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/g/golangci-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class GolangciLint < Formula
tag: "v1.60.1",
revision: "3298c104802d118670a487b330ddd3761f7afe20"
license "GPL-3.0-only"
revision 1
head "https://github.com/golangci/golangci-lint.git", branch: "master"

bottle do
Expand Down

0 comments on commit 08b892f

Please sign in to comment.