diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3aba8452..dc49e2a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go-version: ["1.20", "1.21"] + go-version: ["1.21", "1.22"] include: - os: ubuntu-latest - go-version: "1.21" + go-version: "1.22" # We only want to upload coverage on a single target uploadCoverage: true # We only want to check docker compose on a single target @@ -87,7 +87,7 @@ jobs: cloud-test: strategy: matrix: - go-version: ["1.20", "1.21"] + go-version: ["1.21", "1.22"] # Try to avoid running tests in parallel to avoid workflow ID conflict max-parallel: 1 # Only supported in non-fork runs, since secrets are not available in forks.