Skip to content

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 (#1097) #81

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 (#1097)

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 (#1097) #81

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: build
run: make build