mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add comment about Golang and FIPS
This commit is contained in:
parent
723d941d6d
commit
560bc708c5
2 changed files with 11 additions and 0 deletions
|
|
@ -119,6 +119,15 @@ GitLab package registry. The install for Chrome will use registry to fetch corre
|
|||
Make sure a certain version is cached before updating it in build jobs.
|
||||
See `scripts/cache-google-chrome` for more details.
|
||||
|
||||
## Note regarding Golang and FIPS
|
||||
|
||||
When adding support for a new major/minor Golang version, we also need to
|
||||
ensure there's a matching [`golang-fips`](https://github.com/golang-fips/)
|
||||
branch available, e.g. for Golang 1.21 there's https://github.com/golang-fips/go/tree/go1.21-fips-release.
|
||||
The `golang-fips` branch creation process can take time and so it
|
||||
[may be necessary to use the previous version](https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/771)
|
||||
until it's available.
|
||||
|
||||
## Contributing
|
||||
|
||||
See [Contributing](CONTRIBUTING.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue