Skip to content

fix(deps): update dependency uuid to v11.0.3 #239

fix(deps): update dependency uuid to v11.0.3

fix(deps): update dependency uuid to v11.0.3 #239

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.9.0
with:
git_user: "github-actions[bot]"
git_email: "41898282+github-actions[bot]@users.noreply.github.com"
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force