We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f51f1d + 49b863d commit 69b64aeCopy full SHA for 69b64ae
.github/workflows/apidiff.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
go-version: "1.19"
41
- name: Execute go-apidiff
42
- uses: joelanford/go-apidiff@v0.4.0
+ uses: joelanford/go-apidiff@v0.5.0
43
44
compare-imports: true
45
print-compatible: true
Makefile
@@ -92,7 +92,7 @@ apidiff: go-apidiff ## Run the go-apidiff to verify any API differences compared
92
93
.PHONY: go-apidiff
94
go-apidiff:
95
- go install github.com/joelanford/go-apidiff@v0.4.0
+ go install github.com/joelanford/go-apidiff@v0.5.0
96
97
##@ Tests
98
0 commit comments