Skip to content

chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 #1030

chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0

chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 #1030

Workflow file for this run

name: Build and test Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.0
- name: Check out source code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Test
run: make test