Skip to content

Bump the github-actions group with 3 updates #58

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #58

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@v7
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v7.0.1
- name: Test on 386
run: |
GOARCH=386 go test