Skip to content

chore(ci): set compatibility to go1.22+ #106

chore(ci): set compatibility to go1.22+

chore(ci): set compatibility to go1.22+ #106

Workflow file for this run

name: coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
name: Go test coverage
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v3