Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.22.2 #229

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.22.2

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.22.2 #229

Workflow file for this run

name: Build
on: push
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/[email protected]
with:
go-version: 1.21.1
- name: Check out source code
uses: actions/[email protected]
- name: Dependencies
run: |
make dependencies
- name: Lint
run: |
make lint
- name: Test
run: |
make test