diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b251e7ec3..b1a81d1d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - job_name: ['linux', 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'other_os', 'go1.21', 'go1.22'] + job_name: ['linux', 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'other_os'] include: - job_name: linux @@ -80,18 +80,6 @@ jobs: compile_all: true deploy: true - - job_name: go1.21 - os: ubuntu-latest - go: '1.21' - quicktest: true - racequicktest: true - - - job_name: go1.22 - os: ubuntu-latest - go: '1.22' - quicktest: true - racequicktest: true - name: ${{ matrix.job_name }} runs-on: ${{ matrix.os }}