Skip to content

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 in the global group across 1 directory #49

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 in the global group across 1 directory

Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 in the global group across 1 directory #49

Workflow file for this run

name: Go Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- name: Mark git directory safe
uses: Chia-Network/actions/git-mark-workspace-safe@main
- uses: actions/checkout@v4
- name: Test
run: make test