diff --git a/.gitignore b/.gitignore index ef07aa6..ea8590f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ gopath/ # may contain sensitive information and is user specific .envrc.local + +vendor/ diff --git a/.goreleaser.yml b/.goreleaser.yml index da82a80..e676fda 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,6 +13,7 @@ builds: mod_timestamp: '{{ .CommitTimestamp }}' flags: - -trimpath + - -tags=timetzdata ldflags: - '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}' goos: @@ -38,7 +39,7 @@ checksum: signs: - artifacts: checksum args: - # if you are using this is a GitHub action or some other automated pipeline, you + # if you are using this is a GitHub action or some other automated pipeline, you # need to pass the batch flag to indicate its not interactive. - "--batch" - "--local-user"