Skip to content

Commit

Permalink
chore: add version declaration to GoReleaser configuration for Darwin…
Browse files Browse the repository at this point in the history
… and Linux
  • Loading branch information
ryan-gang committed Dec 17, 2024
1 parent 4fa5be6 commit cd6063e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainDarwin.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 1

builds:
- main: ./cmd/tester/main.go
binary: tester
Expand Down
2 changes: 2 additions & 0 deletions mainLinux.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 1

before:
hooks:
- sudo apt-get update -y
Expand Down

0 comments on commit cd6063e

Please sign in to comment.