Skip to content

Commit

Permalink
force version 1.19+ for performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneLazzaris committed Dec 21, 2023
1 parent 27e9388 commit 0c4683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4683b

Please sign in to comment.