Skip to content

Commit

Permalink
fix: invalid version in action example (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 28, 2023
1 parent 728082c commit 977855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.18"
- uses: joelanford/go-apidiff@main
```

Expand Down

0 comments on commit 977855c

Please sign in to comment.