diff --git a/.github/workflows/all-examples.yaml b/.github/workflows/all-examples.yaml index 88c91579..5d626d8b 100644 --- a/.github/workflows/all-examples.yaml +++ b/.github/workflows/all-examples.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 'oldstable' + go-version: 'stable' - name: Vendor Dependencies run: | ./platform/vendor/vendor.sh diff --git a/.github/workflows/install-frsca.yaml b/.github/workflows/install-frsca.yaml index 511836ca..58920350 100644 --- a/.github/workflows/install-frsca.yaml +++ b/.github/workflows/install-frsca.yaml @@ -33,7 +33,7 @@ jobs: - name: Setup go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 'oldstable' + go-version: 'stable' - name: Vendor Dependencies run: | ./platform/vendor/vendor.sh