Skip to content

Commit

Permalink
Merge pull request #148 from cybozu-go/update-go
Browse files Browse the repository at this point in the history
Update golang to 1.22.3
  • Loading branch information
tkna authored May 8, 2024
2 parents 2cf41ae + 86c9812 commit 904effe
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.2",
GoVersion: "1.22.3",
EtcdVersion: "3.5.13",
PlacematVersion: "2.4.5",
CoreOSVersion: "3815.2.1",
Expand Down

0 comments on commit 904effe

Please sign in to comment.