Skip to content

Update docker/setup-qemu-action action to v3 #1105

Update docker/setup-qemu-action action to v3

Update docker/setup-qemu-action action to v3 #1105

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.18.3'
- name: Test
run: |
make envtest
make test