Skip to content

bump go and deps versions #9

bump go and deps versions

bump go and deps versions #9

Workflow file for this run

name: Test Codebase
on:
pull_request_target:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
tests:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run tests
run: go test -cover ./...