Skip to content

Commit

Permalink
Add streaming server
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Apr 22, 2024
1 parent 49262f4 commit d27d739
Show file tree
Hide file tree
Showing 24 changed files with 4,088 additions and 913 deletions.
5 changes: 5 additions & 0 deletions .github/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ extend-ignore-re = [
extend-ignore-re = [
"ws",
]

[files]
extend-exclude = [
"go.mod"
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.21'
GO_VERSION: '1.22'
ACTION_MSRV_TOOLCHAIN: 1.75.0
NIX_VERSION: '2.21.0'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.21'
GO_VERSION: '1.22'
ACTION_MSRV_TOOLCHAIN: 1.75.0

jobs:
Expand Down
Loading

0 comments on commit d27d739

Please sign in to comment.