Skip to content

build(deps): bump docker/setup-qemu-action from 2 to 3 (#32) #84

build(deps): bump docker/setup-qemu-action from 2 to 3 (#32)

build(deps): bump docker/setup-qemu-action from 2 to 3 (#32) #84

Workflow file for this run

name: "build"
on:
pull_request: {}
push:
branches:
- main
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make check
- uses: golangci/golangci-lint-action@v3
with:
args: --verbose
- run: make test
- run: make build