Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 #151

Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0

Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 #151

Workflow file for this run

---
name: Tests
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: go build ./...
- name: Test
run: |
make test