Skip to content

Commit

Permalink
Update GOMEMLIMIT to Go 1.19 format
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Apr 27, 2023
1 parent 9783e82 commit 6b575c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
mkdir -p target/tmp
echo "TMPDIR=$(pwd)/target/tmp" >> "$GITHUB_ENV"
echo "GOMEMLIMIT=6GB" >> "$GITHUB_ENV"
echo "GOMEMLIMIT=6GiB" >> "$GITHUB_ENV"
echo "GOGC=80" >> "$GITHUB_ENV"
- name: run tests without race detection
Expand Down

0 comments on commit 6b575c1

Please sign in to comment.