Skip to content

builtin: enforce MemoryBudget for split and splitAfter #547

builtin: enforce MemoryBudget for split and splitAfter

builtin: enforce MemoryBudget for split and splitAfter #547

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-versions: [ '1.18', '1.22', '1.24', '1.25', '1.26' ]
go-arch: [ '386' ]
steps:
- uses: actions/checkout@v3
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: GOARCH=${{ matrix.go-arch }} go build