15 Commits

Author SHA1 Message Date
Andras Banki-Horvath
84452ffdf4 build: bump go to v1.23.12 2025-08-07 10:31:32 +02:00
Oliver Gugger
b35b2b2742 GitHub+Docker: bump Golang version used 2025-05-26 13:42:43 +02:00
Elle Mouton
71570a01f2 .github: update actions/cache to v4 2025-03-05 11:12:29 +02:00
Elle Mouton
ff32ffb090 multi: update go version 2025-03-04 13:20:37 +02:00
Oliver Gugger
622a37d16c multi: bump Golang version to fix Docker build 2024-11-22 17:39:28 +01:00
Andras Banki-Horvath
baaf099b6d build: bump to go 1.22.3 2024-07-12 09:13:56 +02:00
Oliver Gugger
17a9095612 GitHub: update caching to maintained fork, continue on error
Since the currently failing step of the sqlc check job is only a cache,
it shouldn't cause the whole job to fail.
So we continue on error but also switch to a maintained fork of the
cache action which should fix the error in the first place.
2023-10-12 12:51:24 +02:00
positiveblue
33d53b2a2f ci: run unit tests against sqlite and postgres 2023-06-14 21:44:20 -07:00
positiveblue
bddbc9326d ci: add sqlc codegen check to pipeline 2023-06-14 21:36:19 -07:00
Olaoluwa Osuntokun
fa51fd5d8a build: fix yaml indentation issue 2023-06-14 19:48:26 -05:00
Olaoluwa Osuntokun
1fbafb04f9 build: add proto generation script for pricesrpc and CI integration 2023-06-13 20:43:07 -05:00
ffranr
0096d68a48 ci+docker: bump go version 2023-01-27 12:34:19 +00:00
Oliver Gugger
2475dd1a8b github+Docker: bump and fix go version to 1.16.9
There's a race condition in the h2_bundle.go of go 1.16.10 and later. The
issue https://github.com/golang/go/issues/51799 mentions that this might
be fixed in go 1.19, so we'll need to wait for that.
We make sure we build our docker images with go 1.16.9 to not run into
the issue in the wild.
2022-03-25 14:22:32 +01:00
Oliver Gugger
842669dd3a travis+github: move from Travis to GitHub Actions 2022-03-25 14:22:29 +01:00
Oliver Gugger
87adc8b77e GitHub: add workflow for building tagged docker images
We add a GitHub workflow that is triggered whenever a new version tag is
pushed. It will trigger a docker image build for that version and
automatically push it to the specified repo.
2020-12-02 10:17:53 +01:00