Skip to content

chore(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 #1770

chore(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0

chore(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 #1770

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches:
- "main"
pull_request:
permissions:
contents: read
jobs:
helm_install_smoke_test:
uses: ./.github/workflows/helm-chart-smoketest.yml
helm_node_scaling_test:
uses: ./.github/workflows/helm-chart-node-scaling-test.yml
unit_tests:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.26.1"
- run: make test
golangci:
name: Golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.26.1"
- name: golangci-lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: v2.11.4
skip-cache: true