diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fd7cdd74..e481a2b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.25.5' ] + go: [ '1.26.2' ] steps: - uses: actions/checkout@v4