Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-07-04 08:39:44 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-07-04 08:39:44 +0300
commit9b48ea75875e2854a34a8ebe083db57c722e5901 (patch)
tree79a7ad32ac2bd7cf8ee6c4fa07545f344d062734 /.gitlab-ci.yml
parent25fbd040740121576144a38413229d2cc571aca6 (diff)
ci: Update FIPS test job to Go 1.20
Back when we migrated to Go 1.20 we didn't yet have a FIPS-enabled image for that Go version available. Now we do, so let's update our CI job to use the new Go version.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fc931c61..86aaeed98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -317,7 +317,7 @@ test:fips:
matrix:
- TEST_TARGET: [ test, test-with-praefect ]
FIPS_MODE: "YesPlease"
- GO_VERSION: ["1.19"]
+ GO_VERSION: ["1.20"]
rules:
# Automatically run the job when the FIPS label is set.
- if: $CI_MERGE_REQUEST_LABELS =~ /FIPS/