Skip to content

Commit 69b64ae

Browse files
authored
Merge pull request #3051 from oscr/update-apidiff
🌱 Update joelanford/go-apidiff (v0.4.0 -> v0.5.0)
2 parents 5f51f1d + 49b863d commit 69b64ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apidiff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
go-version: "1.19"
4141
- name: Execute go-apidiff
42-
uses: joelanford/go-apidiff@v0.4.0
42+
uses: joelanford/go-apidiff@v0.5.0
4343
with:
4444
compare-imports: true
4545
print-compatible: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ apidiff: go-apidiff ## Run the go-apidiff to verify any API differences compared
9292

9393
.PHONY: go-apidiff
9494
go-apidiff:
95-
go install github.com/joelanford/go-apidiff@v0.4.0
95+
go install github.com/joelanford/go-apidiff@v0.5.0
9696

9797
##@ Tests
9898

0 commit comments

Comments
 (0)