Skip to content

build(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine #98

build(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine

build(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine #98

Workflow file for this run

name: test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- run: go build
- run: go test -v ./...
env:
ENV_ETHERSCAN_API_KEY: ${{ secrets.ENV_ETHERSCAN_API_KEY }}