Skip to content

Upgrade Go FIPS image version to 1.18

Georgi N. Georgiev requested to merge ggeorgiev/upgrade-go-fips-to-118 into main

What does this MR do?

We upgraded to Go 1.18 for building the Runner, but the FIPS base image is still on 1.17

Why was this MR needed?

So we use Go 1.18 everywhere.

This was also requested at gitlab#375463 (comment 1115758788)

What's the best way to test this MR?

prepare go fips should pass

The Go version inside the image should be Go 1.18

~/g/gitlab-runner ❯❯❯ docker run --rm -it registry.gitlab.com/gitlab-org/gitlab-runner/go-fips:1.18 go version                                                                   ggeorgiev/add-pgrep-to-fips-image ✭ ◼
go version go1.18.5 linux/amd64

What are the relevant issue numbers?

Related to gitlab#375463 (comment 1115758788)

Edited by Georgi N. Georgiev

Merge request reports