We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf17ee commit 3391381Copy full SHA for 3391381
.github/workflows/push.yml
@@ -190,7 +190,7 @@ jobs:
190
uses: ./.github/workflows/performance.yml
191
secrets: inherit
192
with:
193
- go-version: ${{ needs.go-version.outputs.go-version }}
+ go-version: "1.19" # we need a post 1.19, to limit memory usage
194
195
notarize-binaries:
196
name: Notarize binaries
0 commit comments