Skip to content

build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 #1911

build(deps): bump actions/setup-go from 5.0.0 to 5.0.1

build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 #1911

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