Skip to content

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0 #404

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0 #404

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
# Pin the version in case all the builds start to fail at the same time.
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a Github Action,
# so we will just update it manually whenever it makes sense (e.g., a feature that we want is added).
version: v1.62.2
args: --fix=false