Skip to content

chore(deps): bump the all group with 2 updates #10

chore(deps): bump the all group with 2 updates

chore(deps): bump the all group with 2 updates #10

Workflow file for this run

name: Test & Check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Test
run: go test -v ./...