Skip to content

pushgateway: use string to store numbers #54

pushgateway: use string to store numbers

pushgateway: use string to store numbers #54

Workflow file for this run

on:
push:
branches : [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run testing
run: go test -race -v ./...