Skip to content

Commit

Permalink
fix(deps): update goreleaser version and config
Browse files Browse the repository at this point in the history
Updated the GoReleaser configuration file from version 1 to 2 to align with the latest standards. Corrected the key name from 'folder' to 'directory' for homebrew configuration to ensure proper functionality.
  • Loading branch information
ryanbekhen committed Dec 8, 2024
1 parent bd5bb08 commit a5858fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2

project_name: nanoproxy

Expand Down Expand Up @@ -168,7 +168,7 @@ brews:
repository:
owner: ryanbekhen
name: homebrew-nanoproxy
folder: Formula
directory: Formula
goarm: 7
homepage: https://github.com/ryanbekhen/nanoproxy
description: "Simple Socks5 Proxy written in Go"
Expand Down

0 comments on commit a5858fb

Please sign in to comment.