diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b8ab14..7ff67ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-go@v3 with: # This should be the same as specified in go.mod - go-version: 1.17 + go-version: 1.22.1 - name: Checkout code uses: actions/checkout@v3 - name: Lint code @@ -39,7 +39,7 @@ jobs: uses: actions/setup-go@v3 with: # This should be the same as specified in go.mod - go-version: 1.17 + go-version: 1.22.1 - name: Checkout code uses: actions/checkout@v3 - name: Build code