Skip to content

Commit 0c4683b

Browse files
force version 1.19+ for performance tests
1 parent 27e9388 commit 0c4683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
uses: ./.github/workflows/performance.yml
191191
secrets: inherit
192192
with:
193-
go-version: ${{ needs.go-version.outputs.go-version }}
193+
go-version: "1.19" # we need a post 1.19, to limit memory usage
194194

195195
notarize-binaries:
196196
name: Notarize binaries

0 commit comments

Comments
 (0)