diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 12d48cf..28c89b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: go: - - '1.21' + - '1.22' - 'tip' steps: - uses: actions/checkout@v3