Skip to content

Commit

Permalink
Use packages instead of homebrew
Browse files Browse the repository at this point in the history
dev.yml is deprecating `homebrew` in favor of `packages` directive
  • Loading branch information
iandelahorne committed Sep 4, 2024
1 parent 82514d4 commit f401096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: toxiproxy
type: go

up:
- homebrew:
- packages:
- gnu-tar
- golangci-lint
- goreleaser
Expand Down

0 comments on commit f401096

Please sign in to comment.