diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd29878..d434e4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: set up go 1.21 + - name: set up go 1.22 uses: actions/setup-go@v3 with: - go-version: "1.21" + go-version: "1.22" id: go - name: checkout