Bump Go version (#4398)

This commit is contained in:
Nikola Jokic
2026-03-11 10:24:20 +01:00
committed by GitHub
parent 396ee88f5a
commit cd5b93d1bc
7 changed files with 14 additions and 14 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.25.1",
GoVersion: "1.26.1",
},
},
)