From 6102c9c4401f8469d51d157d783dce7c70fd4c19 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Tue, 19 Nov 2024 10:42:57 -0800 Subject: [PATCH] meta: force CI against go1.22 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f0f508..9fcfd26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,9 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: - go-version: stable + go-version: '1.22' - uses: docker/setup-qemu-action@v3 with: platforms: arm64