Skip to content

fix(deps): update module github.com/onsi/gomega to v1.36.0 #789

fix(deps): update module github.com/onsi/gomega to v1.36.0

fix(deps): update module github.com/onsi/gomega to v1.36.0 #789

Workflow file for this run

name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: h3poteto
git_email: h3.poteto@gmail.com
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force