Skip to content

Commit

Permalink
Bump github.com/goreleaser/goreleaser from 1.2.5 to 1.8.3 (open-telem…
Browse files Browse the repository at this point in the history
…etry#131)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored May 16, 2022
1 parent 14ee052 commit 28299d2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1,147 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ builds:
- goos: windows
goarch: arm64
dir: distributions/otelcol/_build
binary: otelcol
env:
- CGO_ENABLED=0
ldflags:
- -s
- -w
flags:
- -trimpath
binary: otelcol
env:
- CGO_ENABLED=0
- id: otelcol-contrib
goos:
- darwin
Expand All @@ -37,14 +37,14 @@ builds:
- goos: windows
goarch: arm64
dir: distributions/otelcol-contrib/_build
binary: otelcol-contrib
env:
- CGO_ENABLED=0
ldflags:
- -s
- -w
flags:
- -trimpath
binary: otelcol-contrib
env:
- CGO_ENABLED=0
archives:
- id: otelcol
builds:
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-releases
go 1.17

require (
github.com/goreleaser/goreleaser v1.2.5
github.com/goreleaser/goreleaser v1.8.3
github.com/goreleaser/nfpm/v2 v2.15.1
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -14,7 +14,6 @@ require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 28299d2

Please sign in to comment.