diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ce28731b..7a7d243c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,8 @@ jobs: strategy: fail-fast: false matrix: - go-version: ['1.19', '1.20', '1.23', '1.24', '1.25'] + # Test on the two latest Go releases, matching the Go release policy: https://go.dev/doc/devel/release + go-version: ['1.25', '1.26'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f38dcf03..9a02ef8e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -14,7 +14,8 @@ jobs: strategy: fail-fast: false matrix: - go-version: ['1.19', '1.20', '1.23', '1.24', '1.25'] + # Test on the two latest Go releases, matching the Go release policy: https://go.dev/doc/devel/release + go-version: ['1.25', '1.26'] protocol: ['json', 'msgpack'] steps: