fixed a invisible character in yaml
Some checks failed
CI / Lint (push) Failing after 27s
CI / Build (push) Successful in 27s
CI / Test (push) Successful in 1m11s

This commit is contained in:
2025-01-21 12:07:31 -06:00
parent ca6c9a5861
commit b55b95f5d8

View File

@@ -59,7 +59,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
cache: true cache: true
- name: Install go dependencies - name: Install go dependencies