aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicklasXYZ <nsa200293@live.dk>2021-06-20 16:25:01 +0200
committerLouis Pilfold <louis@lpil.uk>2021-06-20 19:57:14 +0100
commit3e07ebbc721bd55d111c4e48af76dc8243e0149b (patch)
tree40921b3c535943654797243de511b661aae20e2d /.github
parent5de06a97e35a8bd5e55653f5619562495c48f8bc (diff)
downloadgleam_stdlib-3e07ebbc721bd55d111c4e48af76dc8243e0149b.tar.gz
gleam_stdlib-3e07ebbc721bd55d111c4e48af76dc8243e0149b.zip
Update Gleam and stdlib version number
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f6be48..f35b407 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
otp-version: 23.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.15.0
+ gleam-version: 0.16.0
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test