Skip to content

chore(deps): bump the ginkgo group with 2 updates #1272

chore(deps): bump the ginkgo group with 2 updates

chore(deps): bump the ginkgo group with 2 updates #1272

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: "1.25.5"
- run: make test
golangci:
name: Golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: "1.25.5"
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.5.0
skip-cache: true