diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73457d5..c1fa7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: build: - name: 'Build & Test' + name: "Build & Test" runs-on: ubuntu-latest permissions: contents: read @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: "1.22" check-latest: true cache: true @@ -80,4 +80,4 @@ jobs: git diff go.mod go.sum exit 1 fi - echo "✅ go.mod is tidy" \ No newline at end of file + echo "✅ go.mod is tidy"