You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the `test:fips` and other CI jobs downloaded and used the
standard Go toolchain listed in `go.mod`. But we really want to build
and test against the Go compiler provided in the build image, so set
`GOTOOLCHAIN=local` accordingly.
This came out of
https://gitlab.com/gitlab-org/build/team-tasks/-/issues/13#note_2699786297.
0 commit comments