Skip to content

Commit

Permalink
fix(deps): downgrade goreleaser version to 1
Browse files Browse the repository at this point in the history
Reverted the goreleaser configuration version from 2 to 1. This ensures compatibility with the current build setup and avoids potential issues with unsupported features.
  • Loading branch information
ryanbekhen committed Dec 12, 2024
1 parent 0818dd4 commit 2cd5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 1

project_name: nanoproxy

Expand Down

0 comments on commit 2cd5713

Please sign in to comment.