Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #2008

build(deps): bump actions/checkout from 4.1.7 to 4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #2008

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-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check