From 176d60a72d7f33af3419b7db5bcf8d56a466fa93 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 15 May 2026 12:28:59 +0900 Subject: [PATCH] Mirror Ubuntu 26.04 (resolute) and pin actions/setup-go PR for adding resolute to the build matrix needs ghcr.io/ruby/ubuntu:resolute to exist first. Also pin actions/setup-go to v6.4.0 via SHA to match the rest of the workflow. --- .github/workflows/mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 399b24e..be33289 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,6 +15,8 @@ jobs: include: - image: ubuntu tag: latest + - image: ubuntu + tag: resolute - image: ubuntu tag: plucky - image: ubuntu @@ -40,7 +42,7 @@ jobs: username: ${{ secrets.GHCR_USER }} password: ${{ secrets.GHCR_ACCESS_TOKEN }} - - uses: actions/setup-go@v6 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 - run: go install github.com/google/go-containerregistry/cmd/crane@latest