Skip to content

Commit 9a84b47

Browse files
authored
build: update Go to 1.22.4 (#700)
**What problem does this PR solve?**: Saw a aulnerability in another PR https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/actions/runs/9421448501/job/25955552798?pr=699 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent ea98ff2 commit 9a84b47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ap
55

66
go 1.21
77

8-
toolchain go1.22.3
8+
toolchain go1.22.4
99

1010
replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common => ../common
1111

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/co
55

66
go 1.21
77

8-
toolchain go1.22.3
8+
toolchain go1.22.4
99

1010
replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api => ../api
1111

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
55

66
go 1.21
77

8-
toolchain go1.22.3
8+
toolchain go1.22.4
99

1010
replace (
1111
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api => ./api

0 commit comments

Comments
 (0)