Skip to content

Commit

Permalink
Merge pull request #265 from DopplerHQ/sign-src
Browse files Browse the repository at this point in the history
Include signed source code as release artifact
  • Loading branch information
Piccirello authored Oct 11, 2021
2 parents 147ca1b + 5c612e2 commit d5bbb89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ checksum:
name_template: 'checksums.txt'
algorithm: sha256

source:
enabled: true
name_template: '{{ .ProjectName }}_{{ .Version }}_src'
format: 'tar.gz'

signs:
-
artifacts: all
Expand Down
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.13
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/atotto/clipboard v0.1.4
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/go-openapi/strfmt v0.19.3 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/google/uuid v1.2.0
Expand All @@ -19,9 +16,6 @@ require (
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
github.com/zalando/go-keyring v0.1.1
go.mongodb.org/mongo-driver v1.1.2 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
Expand Down
Loading

0 comments on commit d5bbb89

Please sign in to comment.