Skip to content

Commit

Permalink
Update Gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jul 15, 2024
1 parent f5d8a44 commit 6087b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0"
gleam-version: "1.0.0-rc2"
gleam-version: "1.3.2"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/gleam-lang/gleam:v1.0.0-erlang-alpine
FROM ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine

# Add project code
COPY . /build/
Expand Down

0 comments on commit 6087b31

Please sign in to comment.