Skip to content

Commit

Permalink
Merge branch 'main' into update-deps-11934335358
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Jan 13, 2025
2 parents fc68638 + bbfb5dc commit 189999f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: write-all

jobs:
check-deps:
name: Check Dependencies
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
erlang 27.1.1
# Also update ci.yml
erlang 27.1.3
2 changes: 1 addition & 1 deletion src/erldns_admin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ init([]) ->
]
),

{ok, _} = cowboy:start_clear(?MODULE, [{port, port()}], #{env => #{dispatch => Dispatch}}),
{ok, _} = cowboy:start_clear(?MODULE, [inet, inet6, {port, port()}], #{env => #{dispatch => Dispatch}}),

{ok, #state{}}.

Expand Down

0 comments on commit 189999f

Please sign in to comment.