Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.13.2 #177

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

Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.13.2 #177

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: self-hosted
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2