Browse Source

feat: tests

Yeuoly 1 year ago
parent
commit
957b3cd449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -23,7 +23,7 @@ jobs:
       - name: Set up Golang 1.20
         uses: actions/setup-go@v5
         with:
-          go-version: 1.20
+          go-version: '1.20'
 
       - name: Install dependencies
         run: go mod download