Update to Crystal 0.36.0

Crystal versions below `0.36.0` are no longer supported.
このコミットが含まれているのは:
saltycrys 2021-01-31 20:28:21 +01:00
コミット 5311683d43
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -19,7 +19,7 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1.2.4
with:
crystal: 0.35.1
crystal: 0.36.0
- name: Cache Shards
uses: actions/cache@v2

ファイルの表示

@ -1,4 +1,4 @@
FROM crystallang/crystal:0.35.1-alpine AS builder
FROM crystallang/crystal:0.36.0-alpine AS builder
RUN apk add --no-cache curl sqlite-static
WORKDIR /invidious
COPY ./shard.yml ./shard.yml

ファイルの表示

@ -29,6 +29,6 @@ dependencies:
github: iv-org/lsquic.cr
version: ~> 2.18.1-1
crystal: 0.35.1
crystal: 0.36.0
license: AGPLv3