Skip to content

Commit b2a009f

Browse files
authored
.github: Fix the go-apidiff action and use the correct version (#75)
Signed-off-by: timflannagan <[email protected]>
1 parent 67a5302 commit b2a009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-apidiff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/setup-go@v2
1212
with:
1313
go-version: 1.16
14-
- uses: joelanford/go-apidiff@master
14+
- uses: joelanford/go-apidiff@main

0 commit comments

Comments
 (0)