Skip to content

fix(deps): update module google.golang.org/protobuf to v1.36.11 #268

fix(deps): update module google.golang.org/protobuf to v1.36.11

fix(deps): update module google.golang.org/protobuf to v1.36.11 #268

Workflow file for this run

name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: bootjp
git_email: [email protected]
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force