Skip to content

Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 #153

Bump github.com/onsi/gomega from 1.27.10 to 1.30.0

Bump github.com/onsi/gomega from 1.27.10 to 1.30.0 #153

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["stable", "oldstable"]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Build and Test
run: ./scripts/ci.sh