Skip to content

Commit f210e20

Browse files
committed
chore: update Gleam version to 1.14 and fix deprecation warnings
Update CI workflows to use Gleam 1.14. Replace deprecated result.then calls with result.try to address deprecation warnings from the stdlib.
1 parent 1cf7c03 commit f210e20

File tree

5 files changed

+516
-308
lines changed

5 files changed

+516
-308
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: erlef/setup-beam@v1
1414
with:
1515
otp-version: '26'
16-
gleam-version: '1.6'
16+
gleam-version: '1.14'
1717

1818
- run: |
1919
version="v$(cat gleam.toml | grep -m 1 "version" | sed -r "s/version *= *\"([[:digit:].]+)\"/\1/")"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: erlef/setup-beam@v1
1515
with:
1616
otp-version: '26'
17-
gleam-version: '1.6'
17+
gleam-version: '1.14'
1818
rebar3-version: '3'
1919
- run: gleam test
2020
- run: gleam format --check src test

0 commit comments

Comments
 (0)