Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.22.2 #191

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.22.2

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.22.2 #191

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.10
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.2.0
with:
version: v1.54.0
args: --timeout 5m