Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.12.1 #40

Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.12.1

Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.12.1 #40

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2