From 4ae38ef686ed74d28fa58bc3084746eeb8b88ae1 Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Tue, 10 Sep 2024 15:01:35 +0100 Subject: [PATCH] fix image in workflow Signed-off-by: Enrique Lacal --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 43a7cfd..ec72bf6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,5 +43,5 @@ jobs: --label build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \ --label tag=${{ steps.build_tag_generator.outputs.BUILD_TAG }} \ --build-arg BASE_IMAGE=ubuntu:22.04 \ - --build-arg BUILD_IMAGE=golang:1.21-bullseye \ + --build-arg BUILD_IMAGE=golang:1.22-bullseye \ --tag ghcr.io/hyperledger/firefly-fabconnect:${{ steps.build_tag_generator.outputs.BUILD_TAG }} .