Skip to content

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 #2066

build(deps): bump actions/checkout from 5.0.0 to 6.0.0

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 #2066

Workflow file for this run

name: go.mod check
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
check:
name: go.mod check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version: 1.25
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check