Skip to content

Bump the github-actions group with 4 updates #11

Bump the github-actions group with 4 updates

Bump the github-actions group with 4 updates #11

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@v6
- name: Test on 386
run: |
GOARCH=386 go test