From 0c4683be071f9e5b0089c6169f0d473a6acf02be Mon Sep 17 00:00:00 2001 From: Simone Lazzaris Date: Thu, 21 Dec 2023 14:52:43 +0100 Subject: [PATCH] force version 1.19+ for performance tests --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d7f62a309f..dd6c210edd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -190,7 +190,7 @@ jobs: uses: ./.github/workflows/performance.yml secrets: inherit with: - go-version: ${{ needs.go-version.outputs.go-version }} + go-version: "1.19" # we need a post 1.19, to limit memory usage notarize-binaries: name: Notarize binaries