Commit Graph

21 Commits (6a3fc713978a0c1c9290a4afd08b47886b49b635)

Author SHA1 Message Date
Wim 6a3fc71397
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18

* Exclude unnecessary linters and update build to go1.18
2 years ago
Alex Vandiver e3ffbcadd8
Add better error handling on Zulip (#1589)
* zulip: Treat unknown errors with a 10-second backoff.

An unknown error (including an unauthorized error) would fall through
with no calls to time.Sleep, resulting in hammering the server as
quickly as possible.

Add a 10-second sleep in the default error case.  The heartbeat is
left with no explicit sleep, but all other codepaths now contain one.

* version: Move version information into a separate package.

This will allow it to be accessed by other sections of the code.

* zulip: Use the matterbridge version in the user-agent.

Co-authored-by: Wim <wim@42.be>
3 years ago
Wim 7551b4e7a3
Need to update to Go 1.17 because of gopackage/ddp dependency (#1611) 3 years ago
Wim 110b6a1431
Build static binaries on github 3 years ago
Wim 400ecfb79c
Update github actions to go1.17 and increase deadline (#1573) 3 years ago
Wim 4e11e29f70
Use go1.16 as binary builder. Remove go1.14 (#1407) 3 years ago
Qais Patankar 668e7407e6
Change workflow from go 1.16.0-rc1 to go 1.16.x (#1406) 3 years ago
Wim e24f7f5151
Add go 1.16.0-rc1 to github workflow (#1386) 3 years ago
Wim 491fe35397 Update workflow builds to go 1.15 4 years ago
Wim 2a41abb3d1 Update linter config 4 years ago
Wim 2977a5957e Update README 4 years ago
Wim f70d1c897a Set fetch-depth to 0 to fetch all tags 4 years ago
Wim a4a3525265 Set fetch-depth correct and use vendor when building in workflow 4 years ago
Wim a6dd8446e4 Increase fetch depth in workflow 4 years ago
Wim 7bf9e1cfb3 Fix space in workflow 4 years ago
Wim f291832a77 Upload artifacts on commit 4 years ago
Wim 5636992446 Increase fetch-depth in workflow 4 years ago
Wim f996a2b7ae More linting fixes 4 years ago
Wim 587de96ab3 Update golangci-lint config 4 years ago
Wim 80eb1cd202 Fix duplicate name in workflow 4 years ago
Wim bbf594c815 Use github workflows 4 years ago