Skip to content

Commit

Permalink
🐞 fix missing d in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Upton <bupton@vmware.com>
  • Loading branch information
aramprice authored and ystros committed Nov 2, 2023
1 parent 40d41ec commit 0c8053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version-file: go.mo
go-version-file: go.mod
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3

0 comments on commit 0c8053b

Please sign in to comment.