Skip to content

Commit ae64dcd

Browse files
Update controller tools to v0.9.2 (#361)
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.
1 parent 585f06b commit ae64dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
CONTROLLER_TOOLS_VERSION="v0.7.0"
3+
CONTROLLER_TOOLS_VERSION="v0.9.2"
44
HELM_VERSION="v3.7"
55

66
# setting the -x option if debugging is true

0 commit comments

Comments
 (0)