From 300ff1cc30ce8fa93de89daa91bdc30015f3a464 Mon Sep 17 00:00:00 2001 From: asraa Date: Fri, 28 Oct 2022 09:54:06 -0500 Subject: [PATCH] release/v1.2: update release builder (#334) Signed-off-by: Asra Ali Signed-off-by: Asra Ali --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f49688e..752257d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: actions: read # For the detection of GitHub Actions environment. id-token: write # For signing. contents: write # For asset uploads. - uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1 + uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1 with: go-version: 1.18 config-file: .github/config-release.yml