Skip to content

Commit

Permalink
Remove unnecessary Go dependency from .goreleaser (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Riley <[email protected]>
  • Loading branch information
0az and optik-aper authored Sep 12, 2023
1 parent 0d07411 commit 3905231
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ brews:

description: "Official command-line tool for Vultr services"

dependencies:
- go

test: |
output = shell_output("#{bin}/vultr-cli version 2>&1", 1)
assert_match "Please export your VULTR API key as an environment variable or add `api-key` to your config file, eg:\nexport VULTR_API_KEY='<api_key_from_vultr_account>'\n", output
Expand Down

0 comments on commit 3905231

Please sign in to comment.