Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#13) #14

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#13)

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#13) #14

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: make