Skip to content

Commit

Permalink
Release alpha5
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight committed Nov 21, 2023
1 parent 892019a commit f3177d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-terraform-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup OpenTofu
uses: opentofu/setup-opentofu@v1
with:
tofu_version: 1.6.0-alpha4 # renovate: datasource=github-releases depName=opentofu/opentofu
tofu_version: 1.6.0-alpha5 # renovate: datasource=github-releases depName=opentofu/opentofu
- name: Tofu init
run: tofu init
working-directory: ./terraform
Expand Down
2 changes: 1 addition & 1 deletion playbooks/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
kubectl_version: "1.28.1"
openstackclient_version: "6.2.0"
octaviaclient_version: "3.4.0"
opentofu_version: "1.6.0-alpha4"
opentofu_version: "1.6.0-alpha5"
install_dir: "{{ ansible_user_dir }}/.local/bin"
environment:
PATH: "{{ install_dir }}:{{ ansible_env.PATH }}"
Expand Down

0 comments on commit f3177d6

Please sign in to comment.