From f65e546f4dbdd3d36166767a4c05def2d8223c97 Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss Date: Mon, 22 Apr 2024 16:18:59 +0200 Subject: [PATCH] use bullseye container for builds --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e5f279e..55e7577 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: arch: 386 runs-on: ubuntu-latest container: - image: golang:1.21 + image: golang:1.22-bullseye steps: - name: Check out repository code uses: actions/checkout@v2