Allow flaky Windows tests to fail and set minimum Go to 1.26.0

Changes

  • Marks the go-test-windows job as allow_failure because the Windows pilot runner is currently broken. See https://gitlab.com/gitlab-org/step-runner/-/jobs/15339282540 ERROR: 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.mod from 1.26.1 to 1.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

Merge request reports

Loading
Loading