Skip to content

Commit

Permalink
Fix codegen.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
onno-vos-dev committed Dec 28, 2022
1 parent 1c1bb41 commit be1133c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:

env:
LATEST_AWS_SDK_GO_TAG: ${{ needs.check.outputs.latest_tag }}
OTP_VERSION: "23.3.4"
OTP_VERSION: "25.0.4"
ELIXIR_VERSION: "1.13.2"
REBAR3_VERSION: "3.20.0"

strategy:
fail-fast: false
Expand All @@ -56,6 +57,7 @@ jobs:
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}
rebar3-version: ${{ env.REBAR3_VERSION }}

- name: Checkout aws/aws-sdk-go (official Go SDK)
uses: actions/checkout@v2
Expand Down

0 comments on commit be1133c

Please sign in to comment.