Skip to content

chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.2.0 #542

chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.2.0

chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.2.0 #542

Workflow file for this run

name: test
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test