Skip to content

build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 #1159

build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0

build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 #1159

Workflow file for this run

name: Build Backend
on:
pull_request:
paths:
- 'backend/cmd/**'
- 'backend/pkg/**'
- 'backend/tools/**'
- 'backend/test/**'
- 'backend/go.mod'
- 'backend/go.sum'
- 'updaters/**'
- '.github/**'
- Makefile
jobs:
build:
name: Lint & Build
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.22
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.22.x
id: go
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build, Lint & Check
run: |
make all ci
working-directory: backend