diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ffd24cb3..8c6466ad6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: go_version: - - "1.19" - - "1.20" + - stable + - oldstable steps: - uses: actions/checkout@v3 - name: Setup Go @@ -28,6 +28,7 @@ jobs: - "1.18" - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v3 - name: Setup Go