diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a1f87e..73e9cf3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21.6" # update together with Dockerfile.dev + go-version: "1.22.0" # update together with Dockerfile.dev - name: Debug with tmate SSH if enabled if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }} uses: mxschmitt/action-tmate@v3 @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21.6" # update together with Dockerfile.dev + go-version: "1.22.0" # update together with Dockerfile.dev - uses: golangci/golangci-lint-action@v3 with: version: "v1.55.2" # update together with Dockerfile.dev @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21.6" # update together with Dockerfile.dev + go-version: "1.22.0" # update together with Dockerfile.dev - run: make check-tidy typos: