Skip to content

Enable qemu in release workflow #12

Enable qemu in release workflow

Enable qemu in release workflow #12

Workflow file for this run

name: Commit
on:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Test
run: go test -v ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # 7
with:
version: latest