Skip to content

Merge pull request #223 from tecnickcom/testing #65

Merge pull request #223 from tecnickcom/testing

Merge pull request #223 from tecnickcom/testing #65

Workflow file for this run

name: Go-legacy-CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20.x', '1.21.x']
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v7.0.0
- name: Test on 386
run: |
GOARCH=386 go test