Skip to content

Commit 0440372

Browse files
committed
change binary name
1 parent 6ccdfc4 commit 0440372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ builds:
1212
mod_timestamp: "{{ .CommitTimestamp }}"
1313
flags: ["-trimpath"]
1414
targets: ["go_first_class"]
15+
binary: g_c
1516

1617
changelog:
1718
sort: asc

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mrados7/go-git-commands/g_c
1+
module github.com/mrados7/go-git-commands
22

33
go 1.21.5
44

0 commit comments

Comments
 (0)