Skip to content

Commit

Permalink
Remove explicit go requirement for mage
Browse files Browse the repository at this point in the history
As per cashapp/hermit#195 hermit will ignore the go channel and always install the latest
  • Loading branch information
enosi-rl authored May 12, 2022
1 parent 617f8d4 commit 0544a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mage.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
description = "a Make/rake-like dev tool using Go"
binaries = ["mage"]
requires = ["go"]

platform "darwin" {
source = "https://github.com/magefile/mage/releases/download/v${version}/mage_${version}_macOS-64bit.tar.gz"
Expand Down

0 comments on commit 0544a27

Please sign in to comment.