Skip to content

fix(collector.go): use big.Int instead of Int #7

fix(collector.go): use big.Int instead of Int

fix(collector.go): use big.Int instead of Int #7

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/geth-exporter
context: .
dockerfile: ./Dockerfile
platforms: linux/amd64,linux/arm64
secrets: inherit