Skip to content

Commit

Permalink
Merge pull request #3051 from oscr/update-apidiff
Browse files Browse the repository at this point in the history
🌱  Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)
  • Loading branch information
k8s-ci-robot authored Oct 30, 2022
2 parents 5f51f1d + 49b863d commit 69b64ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apidiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
go-version: "1.19"
- name: Execute go-apidiff
uses: joelanford/go-apidiff@v0.4.0
uses: joelanford/go-apidiff@v0.5.0
with:
compare-imports: true
print-compatible: true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ apidiff: go-apidiff ## Run the go-apidiff to verify any API differences compared

.PHONY: go-apidiff
go-apidiff:
go install github.com/joelanford/go-apidiff@v0.4.0
go install github.com/joelanford/go-apidiff@v0.5.0

##@ Tests

Expand Down

0 comments on commit 69b64ae

Please sign in to comment.