Skip to content

build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the gomod group #619

build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the gomod group

build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the gomod group #619

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test ./...