Skip to content

Update module github.com/onsi/ginkgo to v2 #1082

Update module github.com/onsi/ginkgo to v2

Update module github.com/onsi/ginkgo to v2 #1082

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2
args: --timeout 5m --config .golangci.yaml