Skip to content

chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #402

chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1

chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #402

Workflow file for this run

---
name: build-and-test
on:
push:
branches:
- main
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: |
make build
- name: Test
run: |
make test