Skip to content

Commit

Permalink
ci: fix go version parser
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Dec 8, 2023
1 parent 188fe81 commit cf3e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- run: make test

publish:
Expand Down

0 comments on commit cf3e5fc

Please sign in to comment.