Skip to content

build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 #2013

build(deps): bump actions/setup-go from 5.0.2 to 5.1.0

build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 #2013

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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check