diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be8b4af5b..25cd56502 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: go_version: - - "1.20" - - "1.21" + - stable + - oldstable steps: - uses: actions/checkout@v4 - name: Setup Go