Skip to content

Bump golang.org/x/net from 0.36.0 to 0.38.0 #41

Bump golang.org/x/net from 0.36.0 to 0.38.0

Bump golang.org/x/net from 0.36.0 to 0.38.0 #41

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"