Skip to content

chore(deps): bump github.com/rs/cors from 1.10.0 to 1.11.0 in /server #142

chore(deps): bump github.com/rs/cors from 1.10.0 to 1.11.0 in /server

chore(deps): bump github.com/rs/cors from 1.10.0 to 1.11.0 in /server #142

Workflow file for this run

name: Unit Test - Go
on:
pull_request:
paths:
- "server/**"
- "protos/**"
jobs:
unit-test:
name: Unit test - Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ">=1.18"
- run: make -C server test