Skip to content

Bump docker/setup-qemu-action from 3 to 4 #783

Bump docker/setup-qemu-action from 3 to 4

Bump docker/setup-qemu-action from 3 to 4 #783

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "stable"
- run: |
go clean -modcache
make build
file bin/manager