Skip to content

Update module github.com/livekit/server-sdk-go to v1.0.13 #393

Update module github.com/livekit/server-sdk-go to v1.0.13

Update module github.com/livekit/server-sdk-go to v1.0.13 #393

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/go/bin
~/bin/protoc
~/.cache
key: ingress
- name: Build docker image
run: docker build -t ingress -f ./build/ingress/Dockerfile .