Skip to content

feat: update to go 1.22.0 #10

feat: update to go 1.22.0

feat: update to go 1.22.0 #10

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version-file: 'go.mod'
- run:
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
verbose: true