Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/goreleaser/goreleaser from 1.2.5 to 1.8.3 #131

Merged
merged 1 commit into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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