Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #132

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #132

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '40 1 * * 2'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go test -v -race ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: golangci/[email protected]