Skip to content

Commit

Permalink
Update golang to 1.22.2 in vmx-enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed Apr 4, 2024
1 parent ca1d4b7 commit 803e26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_vmxenabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
// The settings of software which installed in the VMXEnabled image.
// This setting is used by both "necogcp create-image" and "necogcp neco-test create-image".
var VMXEnabledArtifacts = setup.ArtifactSet{
GoVersion: "1.22.1",
GoVersion: "1.22.2",
EtcdVersion: "3.5.10",
PlacematVersion: "2.4.4",
CoreOSVersion: "3602.2.2",
Expand Down

0 comments on commit 803e26f

Please sign in to comment.