Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 #336

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 #336

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Analysis
uses: golangci/golangci-lint-action@v3
with:
args: -v