diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-04-27 21:02:37 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-04-27 21:02:37 +0200 |
| commit | 2fdb6dd6441287e51abe06f4d9e6ce0586f916ff (patch) | |
| tree | 185b3baf913f0574e29a36d9ee15e7a3d2849973 /.github | |
| parent | b0ec359028c05367d3aa5b230a9cbf87de661191 (diff) | |
| download | invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.tar.gz invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.tar.bz2 invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.zip | |
CI: Bump Crystal version in docker too
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index e44ac200..795995e9 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -26,7 +26,7 @@ jobs: - name: Install Crystal uses: crystal-lang/install-crystal@v1.8.0 with: - crystal: 1.9.2 + crystal: 1.12.1 - name: Run lint run: | |
