From 064e33f6aa557c41e16d04219deb0e854bbc2837 Mon Sep 17 00:00:00 2001 From: Fuochi Date: Tue, 16 Jun 2026 21:17:15 +0200 Subject: [PATCH] fix: missing golang pipeline --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6373e894..d4ef86de 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,8 @@ post-go: done ### TO NOT DOWNGRADE ### sed -i 's/go 1.18/go 1.19/g' ${BASE_PATH}/go.mod + mkdir -p ${BASE_PATH}/.github/workflows + cp templates/${SDK}/golang.yml ${BASE_PATH}/.github/workflows/golang.yml post-py: rm ${BASE_PATH}/.openapi-generator-ignore