Skip to content

Commit

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

```
/opt/homebrew/Cellar/go/1.23.0/libexec/src/slices/iter.go:50:17: cannot range over seq (variable of type iter.Seq[E])
-: This application uses version go1.22 of the source-processing packages but runs version go1.23 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.
/opt/homebrew/Cellar/go/1.23.0/libexec/src/maps/iter.go:51:20: cannot range over seq (variable of type iter.Seq2[K, V])
-: This application uses version go1.22 of the source-processing packages but runs version go1.23 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.
```

Ping Homebrew#175310
  • Loading branch information
nikaro committed Aug 17, 2024
1 parent 232b6c1 commit 83ded96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/g/govulncheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Govulncheck < Formula
url "https://github.com/golang/vuln/archive/refs/tags/v1.1.3.tar.gz"
sha256 "9609756c03d8ce810a1a65434ad15d35213cf97414341644777308ae9753370e"
license "BSD-3-Clause"
revision 1

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad655601412ddfee98d2289933e2fe38c5cccb8ba554d7ce7fcc003e95d6f884"
Expand Down

0 comments on commit 83ded96

Please sign in to comment.