Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 #1057

chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 7.0.0

chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 7.0.0 #1057

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches:
- "main"
pull_request:
# Declare default permissions as read only.
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.24"
- run: make test
golangci:
name: Golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.24"
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v1.64.7
skip-cache: true