diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54ab4ef..a06bd26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v4 - name: Setup go uses: actions/setup-go@v5 - with: - go-version: '^1.22' - cache: true + with: + go-version: '^1.22' + cache: true - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: