Skip to content

Commit

Permalink
Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscr committed Oct 29, 2022
1 parent 5f51f1d commit 49b863d
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 49b863d

Please sign in to comment.