Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #171

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #171

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@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
check-latest: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.53.3
args: --timeout 5m