Skip to content

Commit

Permalink
Merge pull request #58 from mjlshen/0.4.3
Browse files Browse the repository at this point in the history
🌱 Increment internal versions to use release v0.4.3
  • Loading branch information
k8s-ci-robot committed Nov 29, 2023
2 parents 3c34113 + 879d6a7 commit 012269a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:
# this is built using GCB by building the Dockerfile in this directory on
# every tagged release. After tagging a release, a new version should
# automatically appear.
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.1'
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.3'
2 changes: 1 addition & 1 deletion verify/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace sigs.k8s.io/kubebuilder-release-tools/notes => ../notes
require (
github.com/google/go-github/v32 v32.1.0
golang.org/x/oauth2 v0.8.0
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.0
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.2
)

require (
Expand Down

0 comments on commit 012269a

Please sign in to comment.