File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - name : Setup go
1414 uses : actions/setup-go@v3
15+ with :
16+ go-version : 1.19
1517 - name : Build
1618 run : " ./scripts/build.sh"
1719 - uses : actions/upload-artifact@v3
1820 with :
19- name : bin
20- path : ./dist/bin
21+ name : waterfall
22+ path : ./dist/waterfall
Original file line number Diff line number Diff line change 1515 - name : Install Go
1616 uses : actions/setup-go@v3
1717 with :
18- go-version : 1.18
18+ go-version : 1.19
1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 1- module github.com/matrix-org/sfu-to-sfu
1+ module github.com/matrix-org/waterfall
22
3- go 1.18
3+ go 1.19
44
55require github.com/pion/webrtc/v3 v3.1.31
66
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- go build -o dist/bin src/ * .go
3+ go build -o dist/waterfall ./src
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- go run ./src/ * .go --logTime
3+ go run ./src --logTime
You can’t perform that action at this time.
0 commit comments