Skip to content

Commit

Permalink
build: use goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Jun 28, 2024
1 parent 7e32428 commit b701dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: k6exec
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -9,7 +10,7 @@ builds:
goos: ["darwin", "linux", "windows"]
goarch: ["amd64", "arm64"]
ldflags:
- '-s -w -X main.version={{.Version}} -X main.appname={{.ProjectName}}'
- "-s -w -X main.version={{.Version}} -X main.appname={{.ProjectName}}"
dir: cmd/k6exec
source:
enabled: true
Expand Down

0 comments on commit b701dcb

Please sign in to comment.