Skip to content

Commit 9c452d5

Browse files
authored
build: Use go1.22.3 toolchain to mitigate vulnerabilties (#628)
**What problem does this PR solve?**: Fixes vulnerabilities fixed in go 1.22.3 highlighted in govlncheck on main at https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/actions/runs/8996575987/job/24713298807#step:4:17. **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 f091343 commit 9c452d5

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.2
8+
toolchain go1.22.3
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.2
8+
toolchain go1.22.3
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.2
8+
toolchain go1.22.3
99

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

0 commit comments

Comments
 (0)