Skip to content

chore: bump the all group across 1 directory with 4 updates #1941

chore: bump the all group across 1 directory with 4 updates

chore: bump the all group across 1 directory with 4 updates #1941

Workflow file for this run

name: "[Informing] Check dependencies"
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
permissions: read-all
jobs:
check-deps:
name: "Check dependencies"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22"
check-latest: true
- name: Check go.mod
shell: bash
run: |
# there should be no go.mod changes
go mod tidy
git diff --exit-code