Skip to content

Commit 879d6a7

Browse files
committed
Increment internal versions for release v0.4.3
Signed-off-by: Michael Shen <mishen@umich.edu>
1 parent 3c34113 commit 879d6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99
# this is built using GCB by building the Dockerfile in this directory on
1010
# every tagged release. After tagging a release, a new version should
1111
# automatically appear.
12-
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.1'
12+
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.3'

verify/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace sigs.k8s.io/kubebuilder-release-tools/notes => ../notes
77
require (
88
github.com/google/go-github/v32 v32.1.0
99
golang.org/x/oauth2 v0.8.0
10-
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.0
10+
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.2
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)