diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5b1b162..49de81f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.22.x"] + go: ["1.23.x"] steps: - name: Set up Go uses: actions/setup-go@v5