Skip to content

Commit

Permalink
ci: bump gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
bondiano committed Jun 21, 2024
1 parent 2b78216 commit 34d7994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.1.0"
otp-version: "27.0"
gleam-version: "1.2.1"
rebar3-version: "3"
- name: Check Format
run: gleam format --check src test
Expand Down

0 comments on commit 34d7994

Please sign in to comment.