Skip to content

Commit 7556424

Browse files
authored
Merge pull request kubernetes-sigs#9472 from killianmuldoon/pr-bump-apidiff
🌱 Bump apidiff to v0.7.0
2 parents 4af23e3 + 73e2087 commit 7556424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ENVSUBST_VER := $(call get_go_version,github.com/drone/envsubst/v2)
135135
ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)-$(ENVSUBST_VER))
136136
ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst
137137

138-
GO_APIDIFF_VER := v0.6.0
138+
GO_APIDIFF_VER := v0.7.0
139139
GO_APIDIFF_BIN := go-apidiff
140140
GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR)/$(GO_APIDIFF_BIN)-$(GO_APIDIFF_VER))
141141
GO_APIDIFF_PKG := github.com/joelanford/go-apidiff

0 commit comments

Comments
 (0)