Skip to content

chore(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /protos #141

chore(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /protos

chore(deps): bump golang.org/x/net from 0.9.0 to 0.23.0 in /protos #141

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