Skip to content

docs(changelog): Add 0.12.1 changelog (#285) #117

docs(changelog): Add 0.12.1 changelog (#285)

docs(changelog): Add 0.12.1 changelog (#285) #117

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.23'
- name: Running Tests
run: |
go mod tidy
make test