Skip to content

chore: bump prometheus from v1.19.1 to v1.20.4 (#179) #489

chore: bump prometheus from v1.19.1 to v1.20.4 (#179)

chore: bump prometheus from v1.19.1 to v1.20.4 (#179) #489

Workflow file for this run

name: go mod check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go_mod_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run Go Mod Check Action
uses: Shoothzj/go-mod-check-action@main
with:
prohibitIndirectDepUpdate: 'true'