Skip to content

chore(gomod): bump github.com/google/uuid from 1.4.0 to 1.6.0 #44

chore(gomod): bump github.com/google/uuid from 1.4.0 to 1.6.0

chore(gomod): bump github.com/google/uuid from 1.4.0 to 1.6.0 #44

Workflow file for this run

name: check-pr-semantic
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}