Skip to content

Commit

Permalink
fix goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
laaqxdze1k committed Aug 19, 2023
1 parent 0220f4d commit 88d1df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ builds:
- linux
- windows
- darwin
- ldflags:
- -s -w -X "-extldflags=-static" -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser'
ldflags:
- -s -w "-extldflags=-static" -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser'
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ require (
github.com/yalue/merged_fs v1.2.3
)

require (
github.com/yalue/merged_fs v1.2.3 // indirect
golang.org/x/net v0.12.0 // indirect
)
require golang.org/x/net v0.12.0 // indirect

0 comments on commit 88d1df5

Please sign in to comment.