diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1e87ffbc5..1ce9c01d9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: - name: set up go 1.x uses: actions/setup-go@v3 with: - go-version: '1.25' + go-version: '1.26' - name: checkout uses: actions/checkout@v3 - name: check format