File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v4
13
13
- name : Install Crystal
14
14
uses : crystal-lang/install-crystal@v1
15
+ with :
16
+ crystal : 1.13.1
15
17
- name : Install shards
16
18
run : shards install
17
19
# Skipping format check and linting for the moment being.
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
8
8
9
9
## 1.1.4 - [ Unreleased]
10
10
11
+ ### Fixed
12
+ - Pin Github action version of crystal to the same as the built image.
13
+
11
14
## [ 1.1.3] - 2024-07-29
12
15
13
16
### Fixed
Original file line number Diff line number Diff line change 1
- FROM crystallang/crystal:1.11.2 -alpine AS builder
1
+ FROM crystallang/crystal:1.13.1 -alpine AS builder
2
2
RUN mkdir /build
3
3
WORKDIR /build
4
4
# Add build dependencies.
You can’t perform that action at this time.
0 commit comments