diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 1ef7fdd..e1b95a4 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.18.x, 1.19.x] + go-version: [stable, oldstable] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7fed533..f03cde1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,10 +81,10 @@ jobs: uses: actions/checkout@v3 - - name: Install Go 1.19 + name: Install Go uses: actions/setup-go@v4 with: - go-version: '1.19.5' + go-version: 'stable' - name: Build TUSD