diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e0c23de..9b9f778 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x - uses: actions/setup-go@v6 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Check out repository @@ -47,6 +47,6 @@ jobs: fi echo "All Go files are correctly formatted." - name: Run linter - uses: golangci/golangci-lint-action@v9 + uses: golangci/golangci-lint-action@v8 with: - version: v2.6.2 + version: v2.11.3