diff options
author | kegsay <kegan@matrix.org> | 2023-04-05 14:35:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 14:35:55 +0100 |
commit | e093005bc2a2a582ed884826fc4efc90c4b9d9ad (patch) | |
tree | ede0fdfc6d3085bdea291f4404194737e4dbb73f /userapi | |
parent | 3691423626c94418388c48c1a91ac69dcd8b196b (diff) |
ci: don't use go get, use go install (#3048)
Otherwise CI can fail with:
```
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
```
Diffstat (limited to 'userapi')
0 files changed, 0 insertions, 0 deletions