Bump Go patch version to 1.22.4 (#3593)

This commit is contained in:
Nikola Jokic
2024-06-17 10:36:23 +02:00
committed by GitHub
parent 2cc793a835
commit 0a6208e38d
4 changed files with 6 additions and 6 deletions

View File

@@ -1106,7 +1106,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
testing.Step{
Uses: "actions/setup-go@v3",
With: &testing.With{
GoVersion: "1.22.1",
GoVersion: "1.22.4",
},
},
)
@@ -1236,7 +1236,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
testing.Step{
Uses: "azure/setup-kubectl@v1",
With: &testing.With{
Version: "v1.22.1",
Version: "v1.22.4",
},
},
testing.Step{