Skip to content

Make gitlab-go use the Go 1.17.10 tag

Stan Hu requested to merge sh-use-tag-golang-fips into master

What does this MR do?

Previously for the golang-fips compiler we checked out a branch and a specific SHA. We had to avoid a shallow clone because the branch could be updated, leaving out that SHA.

The go1.17.10-1-openssl-fips tag was pushed 10 days ago. We can now use that.

Related issues

Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3234

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Stan Hu

Merge request reports