Skip to content

fix: update go.mod

fix: update go.mod #3

Workflow file for this run

on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true