Skip to content

🌱 Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0 #2774

🌱 Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0

🌱 Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.0 #2774

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Install Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: 1.26.x
- name: Analysis
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: v2.12.1
args: -v