Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#126) #230

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#126)

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#126) #230

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
permissions:
contents: read
jobs:
golangci:
strategy:
matrix:
go: [ '1.21', '1.22', '1.23' ]
os: [ ubuntu-latest, windows-latest ]
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable # get the latest stable version from the go-versions repository manifest.
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m
version: latest