Skip to content

Conversation

Copy link

Copilot AI commented Nov 8, 2025

Adds CI job to detect 32-bit platform regressions (e.g., issue #47).

Changes

  • New test-32bit job in .github/workflows/go.yml
    • Runs in i386/golang:1.23 Docker container on ubuntu-latest
    • Executes full build, vet, and test suite with race detection
    • Triggers on push/PR to main and master branches
    • Includes permissions: contents: read for least-privilege security

Checklist

  • I have read the contribution guidelines.
  • make test passes.
  • make lint passes.
  • New and changed code is covered by tests.
  • Performance improvements include benchmarks.
  • Changes match the documented (not just the implemented) behavior of Shopify.
Original prompt

This section details on the original issue you should resolve

<issue_title>Add 32-bit platform to CI</issue_title>
<issue_description>Add a CI step to build and test on a 32-bit platform. This will detect a regression in #47 or the introduction of similar bugs.

I believe this requires building and testing on a 32-bit Docker container.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add 32-bit platform to CI Add 32-bit platform testing to CI Nov 8, 2025
Copilot AI requested a review from osteele November 8, 2025 13:38
Copilot finished work on behalf of osteele November 8, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 32-bit platform to CI

2 participants