Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 (#109) #241

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

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 (#109) #241

Workflow file for this run

name: Build
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
pull_request: {}
push:
branches:
- main
jobs:
build:
name: Build, check and test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: make dev/tools
run: make dev/tools
- name: make check
run: make check
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=10m