Skip to content

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166) #313

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166)

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166) #313

Workflow file for this run

name: build-test
on:
push:
branches:
- main
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: test
run: make test
- name: build
run: make build