Skip to content

Commit

Permalink
maint: build fixes (#1427)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Version 0.31.0 of husky was bad

## Short description of the changes

- Bump husky to v0.32.0
- Fix team name in dependabot script
  • Loading branch information
kentquirk authored Nov 13, 2024
1 parent 9f2924c commit 8570fe0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
labels:
- "type: dependencies"
reviewers:
- "honeycombio/collection-team"
- "honeycombio/pipeline-team"
groups:
minor-patch:
update-types:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/grafana/pyroscope-go/godeltaprof v0.1.8
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/honeycombio/dynsampler-go v0.6.0
github.com/honeycombio/husky v0.31.0
github.com/honeycombio/husky v0.32.0
github.com/honeycombio/libhoney-go v1.23.1
github.com/jessevdk/go-flags v1.6.1
github.com/jonboulle/clockwork v0.4.0
Expand Down Expand Up @@ -63,7 +63,7 @@ require (
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/google/uuid v1.6.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
github.com/honeycombio/dynsampler-go v0.6.0 h1:fs4mrfeFGU5V+ClwpblFzbWqn4Apb+lKlE7Ja5zL22I=
github.com/honeycombio/dynsampler-go v0.6.0/go.mod h1:pJqWFeoMN3syX74PEvlusieyGBbtIBjmTVjLc3thmK4=
github.com/honeycombio/husky v0.31.0 h1:zcwHeX4ISDP6FwLrj+XPvuSbOKWmWaw6tMHX/nnYTts=
github.com/honeycombio/husky v0.31.0/go.mod h1:H6pnmxn/TrPL7Rvrz6T7UEyM4/gsvSUJ0BxHSdVDdHs=
github.com/honeycombio/husky v0.32.0 h1:WehQykmu/Hp4clN9KsGFYRQ74z0PsNfUV8Ua6oxDI+M=
github.com/honeycombio/husky v0.32.0/go.mod h1:GrgP4xYSUPtUPTOo4pFvsek3/tETLp+kwvySKkMzHtc=
github.com/honeycombio/libhoney-go v1.23.1 h1:dsZrY7wfnKyBnpQJeW9B+eawDYCZBGtmP06QEcE+YDM=
github.com/honeycombio/libhoney-go v1.23.1/go.mod h1:mbaBmUkuGwrVa9NdsskMaOzvkYMRbknsfIvavWq+5kA=
github.com/honeycombio/opentelemetry-proto-go/otlp v1.3.1-compat h1:i9CAIguM5tMQC9xSRihqdFBoh40OBOhuhfR8OrXsZ9o=
Expand Down

0 comments on commit 8570fe0

Please sign in to comment.