Bump go version (#4075)

This commit is contained in:
Nikola Jokic
2025-05-14 13:51:47 +02:00
committed by GitHub
parent a1a8dc5606
commit d6e2790db5
3 changed files with 4 additions and 3 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.24.0",
GoVersion: "1.24.3",
},
},
)