Skip to content

Bump the gh-patch group with 2 updates #914

Bump the gh-patch group with 2 updates

Bump the gh-patch group with 2 updates #914

Workflow file for this run

name: verify
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read # for actions/checkout to fetch code
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.0.0
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
cache-dependency-path: |
**/go.sum
**/go.mod
- name: Verify
run: make verify