Loading
Allow flaky Windows tests to fail and set minimum Go to 1.26.0
Changes
- Marks the
go-test-windowsjob asallow_failurebecause the Windows pilot runner is currently broken. See https://gitlab.com/gitlab-org/step-runner/-/jobs/15339282540ERROR: Job failed: creating connect dialer: native steps require the gitlab-runner binary on the instance, but "gitlab-runner" could not be run (run exit (exit code: 1): Process exited with status 1); ensure gitlab-runner is installed on the instance image and available in PATH - Lowers the minimum Go version in
go.modfrom1.26.1to1.26.0. There is no need to use a patch version for the minimum Go version supported. This is required for the GitLab Functions module to be imported into gitlab-agent (kas).
Edited by Cameron Swords