From 971f07f18e41ecae432eeccdb16f7b3168d06fc6 Mon Sep 17 00:00:00 2001 From: Quang-Minh Nguyen Date: Mon, 13 Feb 2023 13:34:21 +0700 Subject: Add Go 1.20 to test matrix --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5ff3b2b7..7f9fa5907 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,7 +185,7 @@ build: - _support/test-boot . ${TEST_BOOT_ARGS} parallel: matrix: - - GO_VERSION: [ "1.18", "1.19" ] + - GO_VERSION: [ "1.18", "1.19", "1.20"] TEST_BOOT_ARGS: "--bundled-git" - GIT_VERSION: "v2.38.0" @@ -210,7 +210,7 @@ build:binaries: expire_in: 6 months parallel: matrix: - - GO_VERSION: [ "1.18", "1.19" ] + - GO_VERSION: [ "1.18", "1.19", "1.20"] test: <<: *test_definition @@ -218,7 +218,7 @@ test: matrix: # The following jobs all test with our default Git version, which is # using bundled Git binaries. - - GO_VERSION: [ "1.18", "1.19" ] + - GO_VERSION: [ "1.18", "1.19", "1.20"] TEST_TARGET: test - TEST_TARGET: [ test-with-proxies, test-with-praefect, race-go ] # We also verify that things work as expected with a non-bundled Git -- cgit v1.2.3