Skip to content

Bump golang to 1.23.3

Steps

  1. bump golang in goargs

    example MR:

  2. bump golang in runner-linters

    example MR:

  3. bump golang et al in gitlab-runner

    Things we want to bump:

    • the golang version itself
    • the version of the runner-linters image
    • Update GO_FIPS_VERSION_SUFFIX, get the suffix from here
    • Poke some files to force rebuild of images:
      find . -name '*.rebuild' | xargs -r -n1 "$SHELL" -c 'date -u > "$1"' --

    example MRs: