From 6b530241c6a101692972616fe3ee40f0f26aa355 Mon Sep 17 00:00:00 2001 From: Brad Beck Date: Thu, 4 Jun 2026 15:50:39 -0500 Subject: [PATCH] =?UTF-8?q?Switch=20to=20golang=20=E2=80=98stable=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Brad Beck --- .github/workflows/all-examples.yaml | 2 +- .github/workflows/install-frsca.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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