Skip to content

Update module github.com/livekit/server-sdk-go to v1.1.8 (#35) #63

Update module github.com/livekit/server-sdk-go to v1.1.8 (#35)

Update module github.com/livekit/server-sdk-go to v1.1.8 (#35) #63

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches: [main]
jobs:
lint:
timeout-minutes: 5
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6