Skip to content

Commit

Permalink
Pin release-utils to v0.7.1
Browse files Browse the repository at this point in the history
We should use the release versions rather than the commits on `main` to
let dependabot update it automatically.

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jul 5, 2022
1 parent 79540f9 commit 355c8cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 34 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
gopkg.in/ini.v1 v1.66.6
sigs.k8s.io/release-utils v0.4.1-0.20220207182343-6dadf2228617
sigs.k8s.io/release-utils v0.7.1
)

require (
Expand Down Expand Up @@ -125,5 +125,5 @@ require (
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 355c8cc

Please sign in to comment.