mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 11:29:52 +00:00
Update deps (#1978)
* Update deps * try Go 1.20 * revert as go.mod has go 1.18 * Move to Go 1.20
This commit is contained in:
8
.github/workflows/buildtest.yaml
vendored
8
.github/workflows/buildtest.yaml
vendored
@@ -17,9 +17,9 @@ name: Test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -28,14 +28,14 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: shogo82148/actions-setup-redis@v1
|
||||
with:
|
||||
redis-version: '6.x'
|
||||
redis-version: "6.x"
|
||||
auto-start: true
|
||||
- run: redis-cli ping
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: "1.20"
|
||||
|
||||
- name: Set up gotestfmt
|
||||
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.4.1
|
||||
|
||||
Reference in New Issue
Block a user