Skip to content

Commit 62b1d4b

Browse files
committed
Bump Erlang OTP to latest 24 version in OCI
We should have a GitHub Action for this (dependabot doesn't support it), but this is still the simplest thing for now. It takes just a few minutes, happens every few months, so we would be saving at most 1h per year, which doesn't seem worth the effort. cc @pjk25 Signed-off-by: Gerhard Lazu <[email protected]> (cherry picked from commit e1486f3)
1 parent b6551c1 commit 62b1d4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/oci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- '23.2'
3939
# 1/3: Which is the latest OTP release for this major?
4040
# https://github.com/erlang/otp/tags
41-
- '24.0.4'
41+
- '24.0.5'
4242
include:
4343
- otp: '23.2'
4444
# make -C packaging/docker-image find-otp-sha256 OTP_VERSION_MATCH=23.2
@@ -49,9 +49,9 @@ jobs:
4949
image_tag_suffix: '-otp-min'
5050
# 2/3: Which is the latest OTP release for this major?
5151
# https://github.com/erlang/otp/tags
52-
- otp: '24.0.4'
52+
- otp: '24.0.5'
5353
# make -C packaging/docker-image find-otp-sha256
54-
otp_sha256: 5af12fb9c8fd7f29b2b4136ed9a451a7218132430641ca4ebf1495f85a732b9b
54+
otp_sha256: dd189cf94bf86c610a66f5d9f1a49b8d95a7ce1a7534d216e97e8fade271e624
5555
# 3/3: REMEMBER to update OTP version in rabbitmq_peer_discovery_aws workflow
5656
#
5757
# Which is the max supported Elixir?

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: lewagon/[email protected]
2121
with:
2222
ref: ${{ github.ref }}
23-
check-name: build-publish-dev (24.0.4)
23+
check-name: build-publish-dev (24.0.5)
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
wait-interval: 30 # seconds
2626
- name: CONFIGURE BAZEL

0 commit comments

Comments
 (0)