Skip to content

Commit

Permalink
Update controller tools to v0.9.2 (#361)
Browse files Browse the repository at this point in the history
Fixes aws-controllers-k8s/community#1438

Description of changes:
The current version of `controller-tools` does not support go1.19 (failing with internal atomic type failures). This pull request updates to the latest version, which works as expected.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
RedbackThomson committed Sep 6, 2022
1 parent 585f06b commit ae64dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

CONTROLLER_TOOLS_VERSION="v0.7.0"
CONTROLLER_TOOLS_VERSION="v0.9.2"
HELM_VERSION="v3.7"

# setting the -x option if debugging is true
Expand Down

0 comments on commit ae64dcd

Please sign in to comment.