chore: update ownbrew

This commit is contained in:
Kevin Franklin Kim 2025-05-26 22:55:06 +02:00
parent 2561217100
commit 8b13d71d7a
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@ -16,6 +16,9 @@
## Editorconfig
!.editorconfig
## Ownbrew
!.ownbrew.yaml
## Husky
!.husky/
!.husky.yaml

View File

@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/foomo/ownbrew/refs/tags/v0.1.0/ownbrew.schema.json
version: '1.0'
# yaml-language-server: $schema=https://raw.githubusercontent.com/foomo/ownbrew/refs/tags/v0.2.3/ownbrew.schema.json
version: '1.1'
binDir: "bin"
tapDir: ".ownbrew/tap"
@ -9,7 +9,7 @@ packages:
## https://github.com/golangci/golangci-lint/releases
- name: golangci-lint
tap: foomo/tap/golangci/golangci-lint
version: 1.61.0
version: 2.1.6
## https://github.com/go-courier/husky/releases
- name: husky
tap: foomo/tap/go-courier/husky

View File

@ -1,5 +1,6 @@
.DEFAULT_GOAL := help
-include .makerc
PATH:=bin:$(PATH)
# --- Targets -----------------------------------------------------------------