Skip to content

Commit

Permalink
[go] Updated build for gosrc2cpg to download internal joernio fork of…
Browse files Browse the repository at this point in the history
… goastgen (#4989)
  • Loading branch information
AndreiDreyer authored Oct 3, 2024
1 parent 3aab593 commit 2935a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion joern-cli/frontends/gosrc2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val GoAstgenMac = "goastgen-macos"
lazy val GoAstgenMacArm = "goastgen-macos-arm64"

lazy val goAstGenDlUrl = settingKey[String]("goastgen download url")
goAstGenDlUrl := s"https://github.com/Privado-Inc/goastgen/releases/download/v${goAstGenVersion.value}/"
goAstGenDlUrl := s"https://github.com/joernio/goastgen/releases/download/v${goAstGenVersion.value}/"

def hasCompatibleAstGenVersion(goAstGenVersion: String): Boolean = {
Try("goastgen -version".!!).toOption.map(_.strip()) match {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gosrc2cpg {
goastgen_version: "0.17.0"
goastgen_version: "0.1.0"
}

0 comments on commit 2935a1f

Please sign in to comment.