Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
dmikusa committed Jun 8, 2023
1 parent 943a6ee commit 20275ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions actions/azul-zulu-dependency/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ func main() {
panic(fmt.Errorf("version must be specified"))
}

// uri := fmt.Sprintf("https://api.azul.com/zulu/download/community/v1.0/bundles/latest/"+
// "?arch=x86"+
// "&ext=tar.gz"+
// "&features=%s"+
// "&hw_bitness=64"+
// "&jdk_version=%s"+
// "&os=linux"+
// "&javafx=false",
// t, v)
uri := fmt.Sprintf("https://api.azul.com/metadata/v1/zulu/packages/?"+
"os=linux-glibc&"+
"arch=x64&"+
Expand Down

0 comments on commit 20275ae

Please sign in to comment.