diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 8c0a5bdf71..38eebcf164 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.23 - run: make format - name: Indicate formatting issues run: git diff HEAD --exit-code --color