File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3 # Checkout complement
1818 - uses : actions/setup-go@v4
19+ with :
20+ go-version-file : go.mod
1921 - name : " Install Complement Dependencies"
2022 run : |
2123 sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
5658 - uses : actions/checkout@v3 # Checkout complement
5759
5860 - uses : actions/setup-go@v4
61+ with :
62+ go-version-file : go.mod
63+
5964 # Similar steps as dockerfiles/ComplementCIBuildkite.Dockerfile but on the host. We need
6065 # to do this so we can _be_ the host when running Complement so we can snaffle all the ports. If
6166 # we run Complement _in_ Docker then we can't -p all high numbered ports which then breaks federation
Original file line number Diff line number Diff line change 11module github.com/matrix-org/complement
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/docker/docker v24.0.6+incompatible
You can’t perform that action at this time.
0 commit comments