Skip to content

Commit

Permalink
update ci gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Jun 20, 2024
1 parent e06d129 commit 66b174e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.34.1"
gleam-version: "1.2.1"
rebar3-version: "3"

- name: Build and publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.34.1"
gleam-version: "1.2.1"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
Expand Down

0 comments on commit 66b174e

Please sign in to comment.