Skip to content

update Go to 1.23

update Go to 1.23 #19

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker compose run test bash -c "make test"