Skip to content

improve caller performance for go1.22 #1082

improve caller performance for go1.22

improve caller performance for go1.22 #1082

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
run: |
git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}
cd $(basename ${GITHUB_REPOSITORY})
go build -v -race
go test -v